| 3376 | [[noreturn]] Status InputReceived(ExecNode*, ExecBatch) override { NoInputs(); } |
| 3377 | |
| 3378 | [[noreturn]] Status InputFinished(ExecNode*, int) override { NoInputs(); } |
| 3379 | |
| 3380 | Status StartProducing() override { |
| 3381 | RETURN_NOT_OK(generator_->StartProducing( |