org.eigenbase.relopt
Class RelOptUtil.VariableSetVisitor
java.lang.Object
org.eigenbase.rel.RelVisitor
org.eigenbase.relopt.RelOptUtil.VariableSetVisitor
- Enclosing class:
- RelOptUtil
private static class RelOptUtil.VariableSetVisitor
- 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 |
variables
final Set<String> variables
RelOptUtil.VariableSetVisitor
private RelOptUtil.VariableSetVisitor()
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