Accepts a visit from a shuttle. @param shuttle Shuttle @return A copy of this node incorporating changes made by the shuttle to this node's children
(RelShuttle shuttle)
| 408 | * this node's children |
| 409 | */ |
| 410 | RelNode accept(RelShuttle shuttle); |
| 411 | |
| 412 | /** |
| 413 | * Accepts a visit from a shuttle. If the shuttle updates expression, then |
no outgoing calls