public class RelTraitPropagationVisitor extends RelVisitor
| Constructor and Description |
|---|
RelTraitPropagationVisitor(RelOptPlanner planner,
RelTraitSet baseTraits) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RelNode rel,
int ordinal,
RelNode parent)
Visits a node during a traversal.
|
go, replaceRootpublic RelTraitPropagationVisitor(RelOptPlanner planner, RelTraitSet baseTraits)
public void visit(RelNode rel, int ordinal, RelNode parent)
RelVisitorvisit in class RelVisitorrel - Node to visitordinal - Ordinal of node within its parentparent - Parent of the node, or null if it is the root of the
traversalCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.