Skip to main content

Module min_max

Module min_max 

Source

Structs§

MinMax
Compute the min and max of an array.
MinMaxPartial
Partial accumulator state for min/max.
MinMaxResult
The minimum and maximum non-null values of an array.

Functions§

make_minmax_dtype
Creates the struct dtype {min: T, max: T} (nullable) used for min/max aggregate results.
min_max
The minimum and maximum non-null values of an array, or None if there are no non-null values.