Class ComboRuleTest.AddIntermediateNodeRule

  • Enclosing class:
    ComboRuleTest

    private static class ComboRuleTest.AddIntermediateNodeRule
    extends org.apache.calcite.plan.RelOptRule
    Rule that adds an intermediate node above the PlannerTests.PhysLeafRel.
    • Field Summary

      • Fields inherited from class org.apache.calcite.plan.RelOptRule

        description, operands, relBuilderFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.plan.Convention getOutConvention()  
      void onMatch​(org.apache.calcite.plan.RelOptRuleCall call)  
      • Methods inherited from class org.apache.calcite.plan.RelOptRule

        any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, 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
    • Constructor Detail

      • AddIntermediateNodeRule

        AddIntermediateNodeRule()
    • Method Detail

      • getOutConvention

        public org.apache.calcite.plan.Convention getOutConvention()
        Overrides:
        getOutConvention in class org.apache.calcite.plan.RelOptRule
      • onMatch

        public void onMatch​(org.apache.calcite.plan.RelOptRuleCall call)
        Specified by:
        onMatch in class org.apache.calcite.plan.RelOptRule