Function mz_expr::relation::func::count

source ยท
fn count<'a, I>(datums: I) -> Datum<'a>
where I: IntoIterator<Item = Datum<'a>>,