mz_expr::relation::func

Function sum_numeric

Source
fn sum_numeric<'a, I>(datums: I) -> Datum<'a>
where I: IntoIterator<Item = Datum<'a>>,