\brief Reset and also clear accumulated dictionary values in memo table
| 466 | |
| 467 | /// \brief Reset and also clear accumulated dictionary values in memo table |
| 468 | void ResetFull() { |
| 469 | Reset(); |
| 470 | memo_table_.reset(new internal::DictionaryMemoTable(pool_, value_type_)); |
| 471 | } |
| 472 | |
| 473 | Status Resize(int64_t capacity) override { |
| 474 | ARROW_RETURN_NOT_OK(CheckCapacity(capacity)); |