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

Method Reset

cpp/src/arrow/array/builder_nested.h:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 void Reset() override {
422 BASE::Reset();
423 sizes_builder_.Reset();
424 }
425
426 /// \brief Vector append
427 ///

Callers 3

FinishInternalMethod · 0.95
ResetMethod · 0.45
FinishInternalMethod · 0.45

Calls 1

ResetFunction · 0.70

Tested by

no test coverage detected