Module datafusion_functions_aggregate::min_max
source · Expand description
Max and MaxAccumulator accumulator for the max function
Min and MinAccumulator accumulator for the max function
Structs§
- An accumulator to compute the maximum value
- An accumulator to compute the minimum value
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