Expand description
Max
and MaxAccumulator
accumulator for the max
function
Min
and MinAccumulator
accumulator for the min
function
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
Functions§
- max
- Returns the maximum of a group of values.
- max_
udaf - AggregateFunction that returns a
AggregateUDF
forMax
- min
- Returns the minimum of a group of values.
- min_
udaf - AggregateFunction that returns a
AggregateUDF
forMin