File aggregation_function.hpp

Enums

enum AggregationFunction

Specifies different types of aggregation functions that allow to aggregate the values that are stored in a buffer.

Values:

enumerator MIN

An aggregation function that finds the minimum value in a buffer.

enumerator MAX

An aggregation function that finds the maximum value in a buffer.

enumerator ARITHMETIC_MEAN

An aggregation function that calculates the arithmetic mean of the values in a buffer.