public class ExecNodeVisitorImpl extends Object implements ExecNodeVisitor
ExecNodeVisitor. An exec node may be visited multiple times if it's the
input of multiple nodes.| Constructor and Description |
|---|
ExecNodeVisitorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ExecNode<?> node)
Visits a node during a traversal.
|
protected void |
visitInputs(ExecNode<?> node) |
public void visit(ExecNode<?> node)
ExecNodeVisitorvisit in interface ExecNodeVisitornode - ExecNode to visitprotected void visitInputs(ExecNode<?> node)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.