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/11/25 17:10:00 UTC

[jira] [Created] (ARROW-10729) [Rust] [DataFusion] Add SQL support for JOIN using implicit syntax

Andy Grove created ARROW-10729:
----------------------------------

             Summary: [Rust] [DataFusion] Add SQL support for JOIN using implicit syntax
                 Key: ARROW-10729
                 URL: https://issues.apache.org/jira/browse/ARROW-10729
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust - DataFusion
            Reporter: Andy Grove


Add SQL support for JOIN using implicit syntax where there are multiple tables in the FROM clause and the join conditions are part of the WHERE clause.

Example:
{code:java}
SELECT * 
FROM t1, t2, t3 
WHERE t1.foo = t2.foo AND t2.bar = t3.bar{code}



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