Function arrow_arith::aggregate::max_array
source · pub fn max_array<T, A: ArrayAccessor<Item = T::Native>>(
array: A
) -> Option<T::Native>where
T: ArrowNumericType,
T::Native: ArrowNativeType,
Expand description
Returns the max of values in the array of ArrowNumericType
type, or dictionary
array with value of ArrowNumericType
type.