Expand description
Max and MaxAccumulator accumulator for the max function
Min and MinAccumulator accumulator for the min function
Structs§
- An accumulator to compute the maximum value
- An accumulator to compute the minimum value
- Keep track of the maximum value in a sliding window.
- Keep track of the minimum value in a sliding window.
Functions§
- Returns the maximum of a group of values.
- AggregateFunction that returns a
AggregateUDFforMax - Returns the minimum of a group of values.
- AggregateFunction that returns a
AggregateUDFforMin