public class DepthFirstWalker extends PlanWalker
plan
Constructor and Description |
---|
DepthFirstWalker(OperatorPlan plan) |
Modifier and Type | Method and Description |
---|---|
PlanWalker |
spawnChildWalker(OperatorPlan plan)
Return a new instance of this same type of walker for a subplan.
|
void |
walk(PlanVisitor visitor)
Begin traversing the graph.
|
getPlan, setPlan
public DepthFirstWalker(OperatorPlan plan)
public PlanWalker spawnChildWalker(OperatorPlan plan)
PlanWalker
spawnChildWalker
in class PlanWalker
plan
- Plan for the new walker.public void walk(PlanVisitor visitor) throws FrontendException
walk
in class PlanWalker
visitor
- Visitor this walker is being used by.FrontendException
- if an error is encountered while walking.Copyright © 2007-2012 The Apache Software Foundation