\brief Reset and also clear accumulated dictionary values in memo table
| 458 | |
| 459 | /// \brief Reset and also clear accumulated dictionary values in memo table |
| 460 | void ResetFull() { |
| 461 | Reset(); |
| 462 | memo_table_.reset(new internal::DictionaryMemoTable(pool_, value_type_)); |
| 463 | } |
| 464 | |
| 465 | Status Resize(int64_t capacity) override { |
| 466 | ARROW_RETURN_NOT_OK(CheckCapacity(capacity)); |