net.sf.saffron.opt
Class VolcanoPlannerTest.TestLeafRel
java.lang.Object
|
+--net.sf.saffron.rel.SaffronRel
|
+--net.sf.saffron.opt.VolcanoPlannerTest.TestLeafRel
- Direct Known Subclasses:
- VolcanoPlannerTest.NoneLeafRel, VolcanoPlannerTest.PhysLeafRel
- Enclosing class:
- VolcanoPlannerTest
- private abstract static class VolcanoPlannerTest.TestLeafRel
- extends SaffronRel
Methods inherited from class net.sf.saffron.rel.SaffronRel |
childrenAccept, computeDigest, explain, getChildExps, getCluster, getConvention, getCorrelVariable, getId, getInput, getInputs, getOrCreateCorrelVariable, getQualifier, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesStopped, implement, implementFieldAccess, isAccessTo, isDistinct, onRegister, recomputeDigest, register, registerCorrelVariable, replaceInput, setCorrelVariable, toString |
VolcanoPlannerTest.TestLeafRel
protected VolcanoPlannerTest.TestLeafRel(VolcanoCluster cluster)
clone
public Object clone()
- Specified by:
clone
in class SaffronRel
computeSelfCost
public PlanCost computeSelfCost(SaffronPlanner planner)
- Description copied from class:
SaffronRel
- Returns the cost of this plan (not including children). The base
implementation throws an error; derived classes should override.
- Overrides:
computeSelfCost
in class SaffronRel
deriveRowType
protected SaffronType deriveRowType()
- Specified by:
deriveRowType
in class SaffronRel