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

[Rust] [DataFusion] Add SQL support for NATURAL JOIN #26673

Closed
Tracked by #25499
asfimport opened this issue Nov 25, 2020 · 1 comment
Closed
Tracked by #25499

[Rust] [DataFusion] Add SQL support for NATURAL JOIN #26673

asfimport opened this issue Nov 25, 2020 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Nov 25, 2020

(We cannot do this until we have basic SQL JOIN working)

A NATURAL JOIN is a JOIN operation that creates an implicit join clause for you based on the common columns in the two tables being joined. Common columns are columns that have the same name in both tables. A NATURAL JOIN can be an INNER join, a LEFT OUTER join, or a RIGHT OUTER join. The default is INNER join.

Reporter: Andy Grove / @andygrove

Related issues:

Note: This issue was originally created as ARROW-10727. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Andrew Lamb / @alamb:
Migrated to github: apache/datafusion#117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant