-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Add cross merge to userguide section #43801
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
Conversation
doc/source/user_guide/merging.rst
Outdated
@@ -707,6 +707,7 @@ either the left or right tables, the values in the joined table will be | |||
``right``, ``RIGHT OUTER JOIN``, Use keys from right frame only | |||
``outer``, ``FULL OUTER JOIN``, Use union of keys from both frames | |||
``inner``, ``INNER JOIN``, Use intersection of keys from both frames | |||
``cross``, ``CROSS JOIN``, Create the karthesian product of rows of both frames |
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.
isin't this cartesian?
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.
Yes thx
ok to backport this |
Docs look reasonable |
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
Co-authored-by: Patrick Hoefler <[email protected]>
Forgot this when adding cross