| 450 | } |
| 451 | |
| 452 | void Reset() override { |
| 453 | // Perform a partial reset. Call ResetFull to also reset the accumulated |
| 454 | // dictionary values |
| 455 | ArrayBuilder::Reset(); |
| 456 | indices_builder_.Reset(); |
| 457 | } |
| 458 | |
| 459 | /// \brief Reset and also clear accumulated dictionary values in memo table |
| 460 | void ResetFull() { |