org.eigenbase.relopt
Class TableAccessMap.TableRelVisitor
java.lang.Object
org.eigenbase.rel.RelVisitor
org.eigenbase.relopt.TableAccessMap.TableRelVisitor
- Enclosing class:
- TableAccessMap
private class TableAccessMap.TableRelVisitor
- extends RelVisitor
Method Summary |
void |
visit(RelNode p,
int ordinal,
RelNode parent)
Visits a node during a traversal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableAccessMap.TableRelVisitor
private TableAccessMap.TableRelVisitor()
visit
public void visit(RelNode p,
int ordinal,
RelNode parent)
- Description copied from class:
RelVisitor
- Visits a node during a traversal.
- Overrides:
visit
in class RelVisitor
- Parameters:
p
- Node to visitordinal
- Ordinal of node within its parentparent
- Parent of the node, or null if it is the root of the
traversal