Class 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.JoinAssociateRule
    This is very similar to JoinAssociateRule. 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
      • Nested classes/interfaces inherited from class 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.RelOptRule.ConverterRelOptRuleOperand
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BeamJoinAssociateRule INSTANCE  
      • Fields inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelRule

        config
      • Fields inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRule

        description, operands, relBuilderFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onMatch​(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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • onMatch

        public void onMatch​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptRuleCall call)
        Overrides:
        onMatch in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rules.JoinAssociateRule