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

Method Reset

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

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.70

Tested by

no test coverage detected