pub(super) fn sum_wrapping<I: RunEndIndexType, V: ArrowNumericType>( array: &dyn Array, ) -> Option<V::Native>
Computes the sum (wrapping) of the array values.