[][src]Function arrow::compute::kernels::aggregate::max

pub fn max<T>(array: &PrimitiveArray<T>) -> Option<T::Native> where
    T: ArrowNumericType

Returns the maximum value in the array, according to the natural order.