make_filter

Function make_filter 

Source
pub fn make_filter(
    predicate: Expr,
    input: Arc<LogicalPlan>,
) -> Result<LogicalPlan, DataFusionError>
Expand description

Creates a new LogicalPlan::Filter node.