Class BeamJoinAssociateRule
- java.lang.Object
-
- org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule
-
- org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.JoinAssociateRule.Config>
-
- org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.JoinAssociateRule
-
- org.apache.beam.sdk.extensions.sql.impl.rule.BeamJoinAssociateRule
-
- All Implemented Interfaces:
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.TransformationRule
public class BeamJoinAssociateRule extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.JoinAssociateRuleThis is very similar toJoinAssociateRule. It only checks if the resulting condition is supported before transforming.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.JoinAssociateRule
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.JoinAssociateRule.Config
-
Nested classes/interfaces inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule.Done, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule>, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelNode>, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule.OperandTransform
-
-
Field Summary
Fields Modifier and Type Field Description static BeamJoinAssociateRuleINSTANCE
-
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
-
INSTANCE
public static final BeamJoinAssociateRule INSTANCE
-
-