Currently, EnumerableMergeJoin only supports INNER joins. The goal of this ticket is to improve this join operator in order to support SEMI joins too.
Note: RelMdCollation#mergeJoin will need to be modified too: in case of SEMI join, it must return just the leftCollations.
- is blocked by
-
CALCITE-3285 EnumerableMergeJoin should support non-equi join conditions
-
- Closed
-
- is related to
-
CALCITE-3834 Support AntiJoin in EnumerableMergeJoin
-
- Closed
-
- relates to
-
CALCITE-4113 Support LEFT join in EnumerableMergeJoin
-
- Closed
-
- links to