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
After in depth research, a left semi join is just a semi join. A right semi join is not so useful as its output can be obtained reversing the arguments in a left semi join (not so for left/right joins if order of columns matters). Implemented as part of #13. Anti semi joins not implemented yet.
there seem to be a left semi join with a different syntax. We could try to map one to the other. Not clear
The text was updated successfully, but these errors were encountered: