| 419 | |
| 420 | Status Flush(ExecResult* out) override { return action_.Flush(out); } |
| 421 | Status FlushFinal(ExecResult* out) override { return action_.FlushFinal(out); } |
| 422 | |
| 423 | Status GetDictionary(std::shared_ptr<ArrayData>* out) override { |
| 424 | std::shared_ptr<NullArray> null_array; |
nothing calls this directly
no test coverage detected