Creates a copy of this relational expression, perhaps changing traits and inputs. Sub-classes with other important attributes are encouraged to create variants of this method with more parameters. @param traitSet Trait set @param inputs Inputs @return Copy of this relational expression, subst
(
RelTraitSet traitSet,
List<RelNode> inputs)
| 372 | * inputs |
| 373 | */ |
| 374 | RelNode copy( |
| 375 | RelTraitSet traitSet, |
| 376 | List<RelNode> inputs); |
| 377 |
no outgoing calls