Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on: visit_expressions_mut #1475

Open
cisaacson opened this issue Oct 12, 2024 · 0 comments
Open

Question on: visit_expressions_mut #1475

cisaacson opened this issue Oct 12, 2024 · 0 comments

Comments

@cisaacson
Copy link

When I run visit_expressions_mut it works very well. However, I have no way to get to an alias expr, such as:

SELECT a.x, b.y AS myby, myfn(c.z) AS myfncall {
FROM t1
...

I pass the projection to visit_expressions_mut and I see the CompoundIdentifier and the Function expressions, but the alias rename does not come through. It seems like this is excluded, even though ExprWithAlias has a derive for VisitorMut. Is this intentional or a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant