| 438 | Status ExecPlan::Validate() { return ToDerived(this)->Validate(); } |
| 439 | |
| 440 | void ExecPlan::StartProducing() { return ToDerived(this)->StartProducing(); } |
| 441 | |
| 442 | void ExecPlan::StopProducing() { ToDerived(this)->StopProducing(); } |
| 443 |
no test coverage detected