| 117 | Unreachable("no inputs; this should never be called"); |
| 118 | } |
| 119 | [[noreturn]] Status InputReceived(ExecNode*, ExecBatch) override { NoInputs(); } |
| 120 | [[noreturn]] Status InputFinished(ExecNode*, int) override { NoInputs(); } |
| 121 | |
| 122 | void SliceAndDeliverMorsel(const ExecBatch& morsel) { |
no outgoing calls
no test coverage detected