Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.21.0
Description
Currently, EnumerableMergeJoin only supports INNER & SEMI joins. The goal of this ticket is to improve this join operator in order to support ANTI joins too.
Note: RelMdCollation#mergeJoin will need to be modified too: in case of ANTI join, it must return just the leftCollations. UPDATE: this has been done already as part of CALCITE-3833.
Attachments
Issue Links
- is blocked by
-
CALCITE-3285 EnumerableMergeJoin should support non-equi join conditions
- Closed
- relates to
-
CALCITE-3833 Support SemiJoin in EnumerableMergeJoin
- Closed
-
CALCITE-4113 Support LEFT join in EnumerableMergeJoin
- Closed
- links to