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

pub fn expr_to_column_names(
    expr: &Expr,
    accum: &mut HashSet<String>
) -> Result<()>

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