Structs§
- MinMax
- Compute the min and max of an array.
- MinMax
Partial - Partial accumulator state for min/max.
- MinMax
Result - 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
Noneif there are no non-null values.