Function compute_min_max

Source
pub fn compute_min_max<T: ArrayAccessor<[u8]>>(
    array: &T,
    dtype: &DType,
) -> VortexResult<Option<MinMaxResult>>
Expand description

Compute the min and max of VarBin like array.