net.sf.saffron.opt
Class RelSubset.CheapestPlanReplacer
java.lang.Object
|
+--net.sf.saffron.rel.RelVisitor
|
+--net.sf.saffron.opt.RelSubset.CheapestPlanReplacer
- Enclosing class:
- RelSubset
- class RelSubset.CheapestPlanReplacer
- extends RelVisitor
Visitor which walks over a tree of RelSet
s, replacing each node
with the cheapest implementation of the expression.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
planner
SaffronPlanner planner
RelSubset.CheapestPlanReplacer
RelSubset.CheapestPlanReplacer(SaffronPlanner planner)
visit
public void visit(SaffronRel p,
int ordinal,
SaffronRel parent)
- Overrides:
visit
in class RelVisitor