mihaibudiu commented on PR #4280:
URL: https://github.com/apache/calcite/pull/4280#issuecomment-2787836169

   Consider this condition left.x = right.y OR (left.x < 5 AND left.y > 6)
   In this case "everything else" is "left.x < 5 AND left.y > 6".
   Regarding IS NOT DISTINCT FROM, that's the concern of other optimizations. 
It clearly defines an equijoin.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to