| 290 | Status Flush(ExecResult* out) override { return action_.Flush(out); } |
| 291 | |
| 292 | Status FlushFinal(ExecResult* out) override { return action_.FlushFinal(out); } |
| 293 | |
| 294 | Status GetDictionary(std::shared_ptr<ArrayData>* out) override { |
| 295 | ARROW_ASSIGN_OR_RAISE(*out, DictionaryTraits<Type>::GetDictionaryArrayData( |
nothing calls this directly
no test coverage detected