pub fn add_filter(plan: LogicalPlan, predicates: &[&Expr]) -> Result<LogicalPlan>
Expand description

returns a new LogicalPlan that wraps plan in a LogicalPlan::Filter with its predicate be all predicates ANDed.