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)