-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support anti join #482
Support anti join #482
Conversation
Codecov Report
@@ Coverage Diff @@
## master #482 +/- ##
==========================================
- Coverage 75.80% 75.76% -0.05%
==========================================
Files 153 153
Lines 25924 25941 +17
==========================================
+ Hits 19652 19653 +1
- Misses 6272 6288 +16
Continue to review full report at Codecov.
|
"+----+----+----+", | ||
"| a1 | b1 | c1 |", | ||
"+----+----+----+", | ||
"| 3 | 7 | 9 |", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 7, 7
👍
This is pretty exciting stuff @Dandandan -- thank you |
Which issue does this PR close?
Closes #460
Rationale for this change
This can be used to support queries with
NOT IN
orNOT EXISTS
.What changes are included in this PR?
Add anti join to hash join implementation.
What's not in this PR
Are there any user-facing changes?