pub fn collect_columns(expr: &Arc<dyn PhysicalExpr>) -> HashSet<Column>Expand description
Recursively extract referenced Columns within a PhysicalExpr.
pub fn collect_columns(expr: &Arc<dyn PhysicalExpr>) -> HashSet<Column>Recursively extract referenced Columns within a PhysicalExpr.