You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/12/12 19:10:00 UTC

[jira] [Updated] (ARROW-10727) [Rust] [DataFusion] Add SQL support for NATURAL JOIN

     [ https://issues.apache.org/jira/browse/ARROW-10727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Grove updated ARROW-10727:
-------------------------------
        Parent: ARROW-9423
    Issue Type: Sub-task  (was: New Feature)

> [Rust] [DataFusion] Add SQL support for NATURAL JOIN
> ----------------------------------------------------
>
>                 Key: ARROW-10727
>                 URL: https://issues.apache.org/jira/browse/ARROW-10727
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Priority: Major
>
> (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*.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)