Class VolcanoPlannerTest.SubsetRule

  • Enclosing class:
    VolcanoPlannerTest

    private static class VolcanoPlannerTest.SubsetRule
    extends org.apache.calcite.plan.RelOptRule
    Rule that matches a RelSubset.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.String> buf  
      • Fields inherited from class org.apache.calcite.plan.RelOptRule

        description, operands, relBuilderFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      SubsetRule​(java.util.List<java.lang.String> buf)  
    • 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
    • Field Detail

      • buf

        private final java.util.List<java.lang.String> buf
    • Constructor Detail

      • SubsetRule

        SubsetRule​(java.util.List<java.lang.String> buf)
    • 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