Class LogicalPlanWalker
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.logical.LogicalPlanWalker
Applies a
LogicalPlanVisitor
to
a given LogicalPlan
recursively
in a depth-first order.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
walk
(LogicalPlan plan, LogicalPlanVisitor beforeVisitor, LogicalPlanVisitor afterVisitor)
-
Constructor Details
-
LogicalPlanWalker
public LogicalPlanWalker()
-
-
Method Details
-
walk
public static void walk(LogicalPlan plan, LogicalPlanVisitor beforeVisitor, LogicalPlanVisitor afterVisitor)
-