Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
EXISTS can be converted to a SemiJoin via RelDecorrelator and the SemiJoinRule. NOT EXISTS currently requires access to the boolean "indicator column", therefore the SemiJoinRule does not work.
We need to add a 'boolean negate' member to SemiJoinRel, and fix up SemiJoinRule to generate it.
Attachments
Attachments
Issue Links
- relates to
-
CALCITE-328 Introduce semi-join-like flag in JoinRelBase
- Open