pub fn combine_predicates_expr<I>(iter: I) -> Expr
where I: Iterator<Item = Expr>,