net.sf.saffron.opt
Class VolcanoPlannerTest.PhysSingleRel
java.lang.Object
|
+--net.sf.saffron.rel.SaffronRel
|
+--net.sf.saffron.rel.SingleRel
|
+--net.sf.saffron.opt.VolcanoPlannerTest.TestSingleRel
|
+--net.sf.saffron.opt.VolcanoPlannerTest.PhysSingleRel
- Enclosing class:
- VolcanoPlannerTest
- private static class VolcanoPlannerTest.PhysSingleRel
- extends VolcanoPlannerTest.TestSingleRel
Methods inherited from class net.sf.saffron.rel.SaffronRel |
computeDigest, getChildExps, getCluster, getCorrelVariable, getId, getInput, getOrCreateCorrelVariable, getQualifier, getQuery, getRelTypeName, getRowType, getTable, getVariablesStopped, implement, implementFieldAccess, isAccessTo, isDistinct, onRegister, recomputeDigest, register, registerCorrelVariable, setCorrelVariable, toString |
VolcanoPlannerTest.PhysSingleRel
VolcanoPlannerTest.PhysSingleRel(VolcanoCluster cluster,
SaffronRel child)
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 VolcanoPlannerTest.TestSingleRel
getConvention
public CallingConvention getConvention()
- Description copied from class:
SaffronRel
- Returns a value from
CallingConvention
.
- Overrides:
getConvention
in class SaffronRel
clone
public Object clone()
- Specified by:
clone
in class SaffronRel
deriveRowType
protected SaffronType deriveRowType()
- Overrides:
deriveRowType
in class SingleRel