Modifier and Type | Class and Description |
---|---|
class |
DependencyOrderWalker
A walker to walk graphs in dependency order.
|
class |
DepthFirstWalker
Do a depth first traversal of the graph.
|
class |
ReverseDependencyOrderWalker
Visit a plan in the reverse of the dependency order.
|
class |
ReverseDependencyOrderWalkerWOSeenChk
Visit a plan in the reverse of the dependency order.
|
class |
SubtreeDependencyOrderWalker |
Modifier and Type | Field and Description |
---|---|
protected PlanWalker |
PlanVisitor.currentWalker
Guaranteed to always point to the walker currently being used.
|
Modifier and Type | Method and Description |
---|---|
PlanWalker |
ReverseDependencyOrderWalkerWOSeenChk.spawnChildWalker(OperatorPlan plan) |
PlanWalker |
ReverseDependencyOrderWalker.spawnChildWalker(OperatorPlan plan) |
abstract PlanWalker |
PlanWalker.spawnChildWalker(OperatorPlan plan)
Return a new instance of this same type of walker for a subplan.
|
PlanWalker |
DepthFirstWalker.spawnChildWalker(OperatorPlan plan) |
PlanWalker |
DependencyOrderWalker.spawnChildWalker(OperatorPlan plan) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlanVisitor.pushWalker(PlanWalker walker)
Push the current walker onto the stack of saved walkers and begin using
the newly passed walker as the current walker.
|
Constructor and Description |
---|
PlanVisitor(OperatorPlan plan,
PlanWalker walker) |
Constructor and Description |
---|
AllSameExpressionVisitor(OperatorPlan plan,
PlanWalker walker) |
ExpToPhyTranslationVisitor(OperatorPlan plan,
PlanWalker walker,
LogicalRelationalOperator op,
PhysicalPlan phyPlan,
java.util.Map<Operator,PhysicalOperator> map) |
LogicalExpressionVisitor(OperatorPlan p,
PlanWalker walker) |
Constructor and Description |
---|
AllExpressionVisitor(OperatorPlan plan,
PlanWalker walker) |
AllSameRalationalNodesVisitor(OperatorPlan plan,
PlanWalker walker) |
Constructor and Description |
---|
LogicalRelationalNodesVisitor(OperatorPlan plan,
PlanWalker walker) |
Constructor and Description |
---|
ScalarVariableValidator.ProjectFinder(OperatorPlan p,
PlanWalker walker) |
Modifier and Type | Class and Description |
---|---|
class |
PreOrderDepthFirstWalker |
Modifier and Type | Method and Description |
---|---|
PlanWalker |
PreOrderDepthFirstWalker.spawnChildWalker(OperatorPlan plan) |
Copyright © 2007-2012 The Apache Software Foundation