ScalarFunction type
Defines scalar functions used in filtering.
KnownScalarFunction can be used interchangeably with ScalarFunction,
this enum contains the known values that the service supports.
Known values supported by the service
max: Maximum value.
min: Minimum value.
avg: Average value.
sum: Summation.
type ScalarFunction = string