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/03/15 15:57:42 UTC

[GitHub] [calcite] rubenada opened a new pull request #1110: [CALCITE-2920] RelBuilder: new method to create an antijoin

rubenada opened a new pull request #1110: [CALCITE-2920] RelBuilder: new method to create an antijoin
URL: https://github.com/apache/calcite/pull/1110
 
 
   Add new method to RelBuilder in order to create an antijoin.
   Since, for the moment, there is no "AntiJoin" expression, the only possibility to build an AntiJoin is using a LogicalCorrelate with SemiJoinType.ANTI

----------------------------------------------------------------
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