You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andNOT 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
The text was updated successfully, but these errors were encountered: