Function mz_expr::relation::func::all

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