Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implement ExistenceJoin Iterator using an auxiliary left semijoin #4796
Implement ExistenceJoin Iterator using an auxiliary left semijoin #4796
Changes from 15 commits
a080f9a
cf135d7
4ad4616
deba9a1
664ba4e
a5da440
b55a3e1
6293dc1
8c9597b
2517f73
193dbac
5ed19db
1c332ec
a02992e
7e6bfcd
e333159
89c9a0e
f4fe704
465a957
1a44866
baea237
29704bf
b19c98f
2948a66
6d55b6a
a700f33
67d8616
e4c0a40
3a5a173
2f88244
5393301
02b037c
9f2ed60
df4ad01
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This feels off.
with a the "exists"
I think thea
is a typoThere 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.
This is way too deeply nested for me. Could we try to break it up some? The
falseScalar
is only used to createfalseCV
. It might also be nice to create a method for Table.scatter that takes the columnView and a single Scalar as input, and does all of the wrapping/unwrapping. to make this code that much more readable.