Class PlannerTests


  • class PlannerTests
    extends java.lang.Object
    Common classes and utility methods for Volcano planner tests.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static org.apache.calcite.plan.Convention PHYS_CALLING_CONVENTION
      Private calling convention representing a physical implementation.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PlannerTests()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static org.apache.calcite.plan.RelOptCluster newCluster​(org.apache.calcite.plan.volcano.VolcanoPlanner planner)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PHYS_CALLING_CONVENTION

        static final org.apache.calcite.plan.Convention PHYS_CALLING_CONVENTION
        Private calling convention representing a physical implementation.
    • Constructor Detail

      • PlannerTests

        private PlannerTests()
    • Method Detail

      • newCluster

        static org.apache.calcite.plan.RelOptCluster newCluster​(org.apache.calcite.plan.volcano.VolcanoPlanner planner)