Enumeration AggType

The aggregation type for a table column. It can be assigned as metadata for columns of the int and float dataType.

Enumeration Members

Enumeration Members

Avg: "avg"
Count: "count"
CountDist: "count_dist"
Median: "median"
Sum: "sum"

Generated using TypeDoc