Skip to main content

sum_wrapping

Function sum_wrapping 

Source
pub(super) fn sum_wrapping<I: RunEndIndexType, V: ArrowNumericType>(
    array: &dyn Array,
) -> Option<V::Native>
Expand description

Computes the sum (wrapping) of the array values.