Skip to main content

sum_checked

Function sum_checked 

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

Computes the sum (erroring on overflow) of the array values.