[
https://issues.apache.org/jira/browse/ARROW-10729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-10729:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Assignee: Andy Grove
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)