Class VolcanoPlannerTest.PhysProjectRule

  • Enclosing class:
    VolcanoPlannerTest

    private static class VolcanoPlannerTest.PhysProjectRule
    extends org.apache.calcite.plan.RelOptRule
    Planner rule that converts a LogicalProject to PHYS convention.
    • Field Summary

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

        description, operands, relBuilderFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      PhysProjectRule()  
    • 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

      • PhysProjectRule

        PhysProjectRule()
    • 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