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

Introduce physical plan version of Operator enum #3269

Closed
Tracked by #706
andygrove opened this issue Aug 25, 2022 · 0 comments
Closed
Tracked by #706

Introduce physical plan version of Operator enum #3269

andygrove opened this issue Aug 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The Operator enum is shared between logical and physical plans. I would like to have a separate version for physical plans so that they can start to diverge.

For example, in #3268, I would like to add Expr::IsTrue but map it to the existing binary physical expression with Operator::IsDistinctFrom.

Describe the solution you'd like
☝️

Describe alternatives you've considered
None

Additional context
None

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

No branches or pull requests

1 participant