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
Mode
readonly Mode: "mode" = 'mode'
Mode (most frequent value) aggregation type
StandardDeviation
readonly StandardDeviation: "stdev" = 'stdev'
Standard deviation aggregation type
StandardDeviationPop
readonly StandardDeviationPop: "stdevp" = 'stdevp'
Population standard deviation aggregation type
Sum
readonly Sum: "sum" = 'sum'
Sum aggregation type
Variance
readonly Variance: "var" = 'var'
Variance aggregation type
VariancePop
readonly VariancePop: "varp" = 'varp'
Population variance aggregation type