org.eigenbase.relopt.volcano
Class VolcanoPlannerTest.NoneLeafRel

java.lang.Object
  extended by org.eigenbase.rel.AbstractRelNode
      extended by org.eigenbase.relopt.volcano.VolcanoPlannerTest.TestLeafRel
          extended by org.eigenbase.relopt.volcano.VolcanoPlannerTest.NoneLeafRel
All Implemented Interfaces:
Cloneable, RelNode
Enclosing class:
VolcanoPlannerTest

private static class VolcanoPlannerTest.NoneLeafRel
extends VolcanoPlannerTest.TestLeafRel


Field Summary
 
Fields inherited from class org.eigenbase.rel.AbstractRelNode
digest, id, rowType, traits
 
Fields inherited from interface org.eigenbase.rel.RelNode
emptyArray
 
Constructor Summary
protected VolcanoPlannerTest.NoneLeafRel(RelOptCluster cluster, String label)
           
 
Method Summary
 
Methods inherited from class org.eigenbase.relopt.volcano.VolcanoPlannerTest.TestLeafRel
clone, computeSelfCost, deriveRowType, explain, getLabel
 
Methods inherited from class org.eigenbase.rel.AbstractRelNode
childrenAccept, cloneTraits, collectVariablesSet, collectVariablesUsed, computeDigest, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getInputs, getOrCreateCorrelVariable, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraits, getVariablesStopped, inheritTraitsFrom, isAccessTo, isDistinct, isValid, onRegister, recomputeDigest, register, registerCorrelVariable, replaceInput, setCorrelVariable, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolcanoPlannerTest.NoneLeafRel

protected VolcanoPlannerTest.NoneLeafRel(RelOptCluster cluster,
                                         String label)