Traits§
- Execution
Plan Visitor - Trait that implements the Visitor
pattern for a
depth first walk of
ExecutionPlannodes.pre_visitis called before any children are visited, and thenpost_visitis called after all children have been visited.
Functions§
- accept
- Visit all children of this plan, according to the order defined on
ExecutionPlanVisitor. - visit_
execution_ plan - Recursively calls
pre_visitandpost_visitfor this node and all of its children, as described onExecutionPlanVisitor