Function datafusion::optimizer::push_down_filter::make_filter
source ยท pub fn make_filter(
predicate: Expr,
input: Arc<LogicalPlan>,
) -> Result<LogicalPlan, DataFusionError>
Expand description
Creates a new LogicalPlan::Filter node.