pub fn expr_to_leaf_column_names_iter(
    expr: &Expr
) -> impl Iterator<Item = Arc<str>> + '_