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

Add support for NOT IN SUBQUERY #597

Open
EpsilonPrime opened this issue Feb 6, 2024 · 2 comments
Open

Add support for NOT IN SUBQUERY #597

EpsilonPrime opened this issue Feb 6, 2024 · 2 comments

Comments

@EpsilonPrime
Copy link
Member

The subquery type InPredicate supports IN but it does not support NOT IN which is used in some anti-join implementations.

@westonpace
Copy link
Member

Minor nit: I think it's more accurate to say "NOT IN is sometimes implemented by an anti-join". It isn't actually used in an anti-join. NOT IN is a logical query concept that a user typically requests, not an optimization.

@westonpace
Copy link
Member

Also, I think NOT EXISTS is missing

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

2 participants