pub fn min_primitive<T>(array: &PrimitiveArray<T>) -> Option<T> where
T: NativeType + Simd,
<T as Simd>::Simd: SimdOrd<T>,
This is supported on crate feature
compute_aggregate
only.Expand description
Returns the minimum 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