datafusion_physical_expr::utils

Function map_columns_before_projection

Source
pub fn map_columns_before_projection(
    parent_required: &[Arc<dyn PhysicalExpr>],
    proj_exprs: &[(Arc<dyn PhysicalExpr>, String)],
) -> Vec<Arc<dyn PhysicalExpr>>
Expand description

This function maps back requirement after ProjectionExec to the Executor for its input.