Class TraitPropagationTest.PropAction

  • Enclosing class:
    TraitPropagationTest

    private static class TraitPropagationTest.PropAction
    extends java.lang.Object
    Materialized anonymous class for simplicity
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PropAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.rel.RelNode apply​(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelOptSchema relOptSchema, org.apache.calcite.schema.SchemaPlus rootSchema)  
      • Methods inherited from class java.lang.Object

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

      • PropAction

        private PropAction()
    • Method Detail

      • apply

        public org.apache.calcite.rel.RelNode apply​(org.apache.calcite.plan.RelOptCluster cluster,
                                                    org.apache.calcite.plan.RelOptSchema relOptSchema,
                                                    org.apache.calcite.schema.SchemaPlus rootSchema)