private class TableAccessMap.TableRelVisitor extends RelVisitor
| Modifier | Constructor and Description |
|---|---|
private |
TableRelVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RelNode p,
int ordinal,
RelNode parent)
Visits a node during a traversal.
|
go, replaceRootpublic 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.