pub fn collect_columns(expr: &Arc<dyn PhysicalExpr>) -> HashSet<Column>
Expand description

Recursively extract referenced Columns within a PhysicalExpr.