pub fn new_projections_for_columns(
projection: &[ProjectionExpr],
source: &[usize],
) -> Vec<usize>Expand description
Updates a source provider’s projected columns according to the given
projection operator’s expressions. To use this function safely, one must
ensure that all expressions are Column expressions without aliases.