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

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

Returns the maximum value in the array, according to the natural order. For floating point arrays any NaN values are considered to be greater than any other non-null value