RelShuttle directly. The reasons for deprecating this class are
the following:
@Deprecated public class RelTraitPropagationVisitor extends RelVisitor
| Constructor and Description |
|---|
RelTraitPropagationVisitor(RelOptPlanner planner,
RelTraitSet baseTraits)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RelNode rel,
int ordinal,
@Nullable RelNode parent)
Deprecated.
Visits a node during a traversal.
|
go, replaceRootpublic RelTraitPropagationVisitor(RelOptPlanner planner, RelTraitSet baseTraits)
public void visit(RelNode rel, int ordinal, @Nullable 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-2022 Apache Software Foundation. All Rights Reserved.