Class Calcite.DecorrelateProgram

java.lang.Object
net.hydromatic.morel.foreign.Calcite.DecorrelateProgram
All Implemented Interfaces:
org.apache.calcite.tools.Program
Enclosing class:
Calcite

private static class Calcite.DecorrelateProgram extends Object implements org.apache.calcite.tools.Program
Copied from Programs.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.calcite.rel.RelNode
    run(org.apache.calcite.plan.RelOptPlanner planner, org.apache.calcite.rel.RelNode rel, org.apache.calcite.plan.RelTraitSet requiredOutputTraits, List<org.apache.calcite.plan.RelOptMaterialization> materializations, List<org.apache.calcite.plan.RelOptLattice> lattices)
     

    Methods inherited from class java.lang.Object

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

    • DecorrelateProgram

      private DecorrelateProgram()
  • Method Details

    • run

      public org.apache.calcite.rel.RelNode run(org.apache.calcite.plan.RelOptPlanner planner, org.apache.calcite.rel.RelNode rel, org.apache.calcite.plan.RelTraitSet requiredOutputTraits, List<org.apache.calcite.plan.RelOptMaterialization> materializations, List<org.apache.calcite.plan.RelOptLattice> lattices)
      Specified by:
      run in interface org.apache.calcite.tools.Program