fn diffs_sum<D: Semigroup + Codec64>(updates: &Int64Array) -> Option<D>
Expand description
Returns the total sum of diffs or None if there were no updates.
fn diffs_sum<D: Semigroup + Codec64>(updates: &Int64Array) -> Option<D>
Returns the total sum of diffs or None if there were no updates.