private static class RelOptUtil.VariableSetVisitor extends RelVisitor
| Modifier and Type | Field and Description |
|---|---|
(package private) Set<CorrelationId> |
variables |
| Modifier | Constructor and Description |
|---|---|
private |
VariableSetVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RelNode p,
int ordinal,
RelNode parent)
Visits a node during a traversal.
|
go, replaceRootfinal Set<CorrelationId> variables
public void visit(RelNode p, int ordinal, RelNode parent)
RelVisitorvisit in class RelVisitorp - Node to visitordinal - Ordinal of node within its parentparent - Parent of the node, or null if it is the root of the
traversalCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.