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

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

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