Function datafusion_expr::utils::expr_to_columns
source ยท pub fn expr_to_columns(expr: &Expr, accum: &mut HashSet<Column>) -> Result<()>
Expand description
Recursively walk an expression tree, collecting the unique set of columns referenced in the expression