| 285 | |
| 286 | int id() const { return id_; } |
| 287 | TPlanNodeType::type type() const { return type_; } |
| 288 | const PlanNode& plan_node() const { return plan_node_; } |
| 289 | |
| 290 | /// Returns a unique label for this ExecNode of the form "PLAN_NODE_TYPE(id=[int])", |
no outgoing calls