MCPcopy Create free account
hub / github.com/apache/arrow / ResetFull

Method ResetFull

cpp/src/arrow/array/builder_dict.h:460–463  ·  view source on GitHub ↗

\brief Reset and also clear accumulated dictionary values in memo table

Source from the content-addressed store, hash-verified

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));

Calls 2

ResetFunction · 0.70
resetMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.64