| 458 | } |
| 459 | |
| 460 | void Reset() override { |
| 461 | // Perform a partial reset. Call ResetFull to also reset the accumulated |
| 462 | // dictionary values |
| 463 | ArrayBuilder::Reset(); |
| 464 | indices_builder_.Reset(); |
| 465 | } |
| 466 | |
| 467 | /// \brief Reset and also clear accumulated dictionary values in memo table |
| 468 | void ResetFull() { |