min_max

Function min_max 

Source
pub fn min_max(array: &dyn Array) -> VortexResult<Option<MinMaxResult>>
Expand description

The minimum and maximum non-null values of an array, or None if there are no non-null values.

The return value dtype is the non-nullable version of the array dtype.

This will update the stats set of this array (as a side effect).