| 490 | Status Flush(ExecResult* out) override { return indices_kernel_->Flush(out); } |
| 491 | |
| 492 | Status FlushFinal(ExecResult* out) override { return indices_kernel_->FlushFinal(out); } |
| 493 | |
| 494 | Status GetDictionary(std::shared_ptr<ArrayData>* out) override { |
| 495 | return indices_kernel_->GetDictionary(out); |
nothing calls this directly
no test coverage detected