✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Variable AggregationTypes
constAggregationTypes:object
Different aggregation types
# Type declaration
# Average
readonly Average: "avg" = 'avg'
Average aggregation type
# Count
readonly Count: "count" = 'count'
Count aggregation type
# CountDistinct
readonly CountDistinct: "countDistinct" = 'countDistinct'
Count distinct aggregation type
# Max
readonly Max: "max" = 'max'
Max aggregation type
# Median
readonly Median: "median" = 'median'
Median aggregation type
# Min
readonly Min: "min" = 'min'
Min aggregation type
# StandardDeviation
readonly StandardDeviation: "stdev" = 'stdev'
Standard deviation aggregation type
# Sum
readonly Sum: "sum" = 'sum'
Sum aggregation type
# Variance
readonly Variance: "var" = 'var'
Variance aggregation type