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