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
|`LEFT SEMI JOIN`, `RIGHT SEMI JOIN`|A whitelist on "join keys", without producing a cartesian product. |
44
-
|`LEFT ANTI JOIN`, `RIGHT ANTI JOIN`| A blacklist on "join keys", without producing a cartesian product. |
43
+
|`LEFT SEMI JOIN`, `RIGHT SEMI JOIN`|An allowlist on "join keys", without producing a cartesian product. |
44
+
|`LEFT ANTI JOIN`, `RIGHT ANTI JOIN`| A denylist on "join keys", without producing a cartesian product. |
45
45
|`LEFT ANY JOIN`, `RIGHT ANY JOIN`, `INNER ANY JOIN`| Partially (for opposite side of `LEFT` and `RIGHT`) or completely (for `INNER` and `FULL`) disables the cartesian product for standard `JOIN` types. |
46
46
|`ASOF JOIN`, `LEFT ASOF JOIN`| Joining sequences with a non-exact match. `ASOF JOIN` usage is described below. |
47
47
|`PASTE JOIN`| Performs a horizontal concatenation of two tables. |
0 commit comments