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.
pub fn compute_min_max<T: ArrayAccessor<[u8]>>(
array: &T,
dtype: &DType,
) -> VortexResult<Option<MinMaxResult>>
Compute the min and max of VarBin like array.