polars_plan::utils

Function expr_to_leaf_column_names

Source
pub fn expr_to_leaf_column_names(expr: &Expr) -> Vec<PlSmallStr>
Expand description

This should gradually replace expr_to_root_column as this will get all names in the tree.