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 anti (hash) join #460

Closed
Dandandan opened this issue May 31, 2021 · 0 comments · Fixed by #482
Closed

Add support for anti (hash) join #460

Dandandan opened this issue May 31, 2021 · 0 comments · Fixed by #482
Labels
enhancement New feature or request

Comments

@Dandandan
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We should support anti join. This can also be used to execute NOT IN and NOT EXISTS.
Eplicit syntax for this join could be supported too.

Describe the solution you'd like
Implement anti join in DataFusion. This can probably utilize most of the existing code in HashJoinExec

Describe alternatives you've considered

Additional context

@Dandandan Dandandan added the enhancement New feature or request label May 31, 2021
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

Successfully merging a pull request may close this issue.

1 participant