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

Method ResetFull

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

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

Source from the content-addressed store, hash-verified

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

Calls 2

ResetFunction · 0.70
resetMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.64