Expand description
Max and MaxAccumulator accumulator for the max function
Min and MinAccumulator accumulator for the min function
Modulesยง
- min_
max_ ๐bytes - min_
max_ ๐struct
Macrosยง
- primitive_
max_ ๐accumulator - Creates a
PrimitiveGroupsAccumulatorfor computingMAXthe specifiedArrowPrimitiveType. - primitive_
min_ ๐accumulator - Creates a
PrimitiveGroupsAccumulatorfor computingMINthe specifiedArrowPrimitiveType.
Structsยง
- Max
- MaxAccumulator
- An accumulator to compute the maximum value
- Min
- MinAccumulator
- An accumulator to compute the minimum value
- Moving
Max - Keep track of the maximum value in a sliding window.
- Moving
Min - Keep track of the minimum value in a sliding window.
- Sliding
MaxAccumulator - Sliding
MinAccumulator
Traitsยง
- From
Column ๐Statistics
Functionsยง
- get_
min_ ๐max_ result_ type - max
- Returns the maximum of a group of values.
- max_
udaf - AggregateFunction that returns a
AggregateUDFforMax - min
- Returns the minimum of a group of values.
- min_
udaf - AggregateFunction that returns a
AggregateUDFforMin