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

Method Reset

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.70

Tested by

no test coverage detected