Package net.hydromatic.morel.foreign
Class Calcite.DecorrelateProgram
- java.lang.Object
-
- net.hydromatic.morel.foreign.Calcite.DecorrelateProgram
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDecorrelateProgram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.calcite.rel.RelNoderun(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)
-
-
-
Method Detail
-
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:
runin interfaceorg.apache.calcite.tools.Program
-
-