fn collect_column_indices(exprs: &[ProjectionExpr]) -> Vec<usize>Expand description
Collect all column indices from the given projection expressions.
fn collect_column_indices(exprs: &[ProjectionExpr]) -> Vec<usize>Collect all column indices from the given projection expressions.