collect_column_indices

Function collect_column_indices 

Source
fn collect_column_indices(exprs: &[ProjectionExpr]) -> Vec<usize>
Expand description

Collect all column indices from the given projection expressions.