| 189 | Unreachable("no inputs; this should never be called"); |
| 190 | } |
| 191 | [[noreturn]] Status InputReceived(acero::ExecNode*, compute::ExecBatch) override { |
| 192 | NoInputs(); |
| 193 | } |
| 194 | [[noreturn]] Status InputFinished(acero::ExecNode*, int) override { NoInputs(); } |
| 195 | |
| 196 | Status Init() override { return Status::OK(); } |