pub fn min_array<T, A>(array: A) -> Option<<T as ArrowPrimitiveType>::Native>where
A: ArrayAccessor<Item = <T as ArrowPrimitiveType>::Native>,
T: ArrowNumericType,
<T as ArrowPrimitiveType>::Native: ArrowNativeType,
Expand description
Returns the min of values in the array of ArrowNumericType
type, or dictionary
array with value of ArrowNumericType
type.