Type alias CIAppAggregationFunction

CIAppAggregationFunction: typeof COUNT | typeof CARDINALITY | typeof PERCENTILE_75 | typeof PERCENTILE_90 | typeof PERCENTILE_95 | typeof PERCENTILE_98 | typeof PERCENTILE_99 | typeof SUM | typeof MIN | typeof MAX | typeof AVG | typeof MEDIAN | typeof LATEST | typeof EARLIEST | typeof MOST_FREQUENT | typeof DELTA | UnparsedObject

An aggregation function.

Generated using TypeDoc