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