public class PreOrderDepthFirstWalker extends PlanWalker
plan
Constructor and Description |
---|
PreOrderDepthFirstWalker(OperatorPlan plan) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBranchFlag() |
void |
setBranchFlag() |
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 PreOrderDepthFirstWalker(OperatorPlan plan)
plan
- Plan for this walker to traverse.public void setBranchFlag()
public boolean getBranchFlag()
public void walk(PlanVisitor visitor) throws FrontendException
walk
in class PlanWalker
visitor
- Visitor this walker is being used by.VisitorException
- if an error is encountered while walking.FrontendException
public PlanWalker spawnChildWalker(OperatorPlan plan)
PlanWalker
spawnChildWalker
in class PlanWalker
plan
- Plan for the new walker.Copyright © 2007-2017 The Apache Software Foundation