Function mz_expr::relation::func::sum_numeric

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