Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.22.0
Description
Currently, ProjectJoinTransposeRule does not support push project pass SemiJoin and AntiJoin.
public void onMatch(RelOptRuleCall call) { Project origProj = call.rel(0); final Join join = call.rel(1); if (!join.getJoinType().projectsRight()) { return; // TODO: support SemiJoin / AntiJoin } ... ... }
Attachments
Issue Links
- links to