Function mz_expr::relation::func::any

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