fn slice_max<T>(array: &[T::Native]) -> T::Nativewhere
T: ArrowPrimitiveType,
T::Native: PartialOrd,Expand description
Get maximum entry in the slice,
fn slice_max<T>(array: &[T::Native]) -> T::Nativewhere
T: ArrowPrimitiveType,
T::Native: PartialOrd,Get maximum entry in the slice,