Class BeamJoinPushThroughJoinRule
- java.lang.Object
-
- org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule
-
- org.apache.beam.sdk.extensions.sql.impl.rule.BeamJoinPushThroughJoinRule
-
public class BeamJoinPushThroughJoinRule extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRuleThis is exactly similar toJoinPushThroughJoinRule. It only checks if the condition of the new bottom join is supported.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRuleLEFTInstance of the rule that works on logical joins only, and pushes to the left.static org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRuleRIGHTInstance of the rule that works on logical joins only, and pushes to the right.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonMatch(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRuleCall call)-
Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule
any, convert, convert, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
-
-
-
-
Field Detail
-
RIGHT
public static final org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule RIGHT
Instance of the rule that works on logical joins only, and pushes to the right.
-
LEFT
public static final org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule LEFT
Instance of the rule that works on logical joins only, and pushes to the left.
-
-