You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/11 07:32:30 UTC

[GitHub] [calcite] yanlin-Lynn opened a new pull request #1496: [CALCITE-3400] Add support for interpretering left/right/semi/anti/full join

yanlin-Lynn opened a new pull request #1496: [CALCITE-3400] Add support for interpretering left/right/semi/anti/full join
URL: https://github.com/apache/calcite/pull/1496
 
 
   Currently,  we can only interpreter inner join  with [Interpreter](https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/interpreter/Interpreter.java#L76), because [JoinNode](https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/interpreter/JoinNode.java#L49) only support inner join type.
   
   This PR tries to add support more join types for `JoinNode`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services