Module min_max

Module min_max 

Source
Expand description

Basic min/max functionality shared across DataFusion aggregate functions

Structs§

MaxAccumulator
An accumulator to compute the maximum value
MinAccumulator
An accumulator to compute the minimum value

Functions§

max_batch
dynamically-typed max(array) -> ScalarValue
min_batch
dynamically-typed min(array) -> ScalarValue