Skip to content

AggregationOp🔗

Possible aggregation operators.

Definition🔗

export type AggregationOp = "sum" | "min" | "max" | "avg" | "stddev" | "stdvar" | "count" | "group" | "count_values" | "bottomk" | "topk" | "quantile" | "limitk" | "limit_ratio";