[][src]Function datafusion::optimizer::utils::expr_to_column_indices

pub fn expr_to_column_indices(expr: &Expr, accum: &mut HashSet<usize>)

Recursively walk an expression tree, collecting the unique set of column indexes referenced in the expression