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

Various AST/IR cleanups #20667

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Various AST/IR cleanups #20667

merged 3 commits into from
Feb 13, 2024

Conversation

martint
Copy link
Member

@martint martint commented Feb 12, 2024

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Feb 12, 2024
FieldReference and TryExpression are not IR expressions
@martint martint force-pushed the ir-cleanup branch 3 times, most recently from 4dde230 to 652568b Compare February 13, 2024 04:27
IR function calls only have an encoded ResolvedFunction and
arguments. All other fields (order by, filter, distinct, etc.) are
AST-only concepts.
Clean up some lingering references to ExpressionAnalyzer
@martint martint merged commit ad106b9 into trinodb:master Feb 13, 2024
93 checks passed
@martint martint deleted the ir-cleanup branch February 13, 2024 15:59
@github-actions github-actions bot added this to the 439 milestone Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants