Skip to main content

sum_v2

Function sum_v2 

Source
pub fn sum_v2(array: &ArrayRef, ctx: &mut ExecutionCtx) -> VortexResult<Scalar>
Expand description

Return the SQL-style sum of an array.

Unlike sum, this returns null when the array has no valid values.