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/11/15 21:22:03 UTC

[GitHub] [calcite] sdreynolds opened a new pull request #1589: [CALCITE-3508] Strengthen Outer Joins based on FILTER clauses

sdreynolds opened a new pull request #1589: [CALCITE-3508] Strengthen Outer Joins based on FILTER clauses
URL: https://github.com/apache/calcite/pull/1589
 
 
   This change expands upon `FilterJoinRule` ability to strengthen JOINs
   by leveraging the filter clauses within the query. For a JOIN that is
   nullable on either the left or the right, this change inspects the
   Filter clauses of the query to determine if it is possible to
   strengthen the 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:
users@infra.apache.org


With regards,
Apache Git Services