const aggregationFn_sum: AggregationFnDef<any, any, unknown, number>;Defined in: features/row-aggregation/aggregationFns.ts:34
Sums numeric selected-row values. Non-number values contribute zero. As in the previous API, NaN is a number and therefore propagates through the sum.