pub fn reassign_predicate_columns(
    pred: Arc<dyn PhysicalExpr>,
    schema: &Arc<Schema>,
    ignore_not_found: bool
) -> Result<Arc<dyn PhysicalExpr>, DataFusionError>
Expand description

Re-assign column indices referenced in predicate according to given schema. This may be helpful when dealing with projections.