alamb opened a new issue #117:
URL: https://github.com/apache/arrow-datafusion/issues/117


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-10727
   
   (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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to