Function mz_expr::relation::func::all

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