private class RelStructuredTypeFlattener.RewriteRelVisitor extends RelVisitor
| Modifier and Type | Field and Description |
|---|---|
private ReflectiveVisitDispatcher<RelStructuredTypeFlattener,RelNode> |
dispatcher |
| Modifier | Constructor and Description |
|---|---|
private |
RewriteRelVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RelNode p,
int ordinal,
RelNode parent)
Visits a node during a traversal.
|
go, replaceRootprivate final ReflectiveVisitDispatcher<RelStructuredTypeFlattener,RelNode> dispatcher
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.