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

Method Reset

cpp/src/arrow/array/builder_nested.cc:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void MapBuilder::Reset() {
98 list_builder_->Reset();
99 ArrayBuilder::Reset();
100}
101
102Status MapBuilder::FinishInternal(std::shared_ptr<ArrayData>* out) {
103 ARROW_CHECK_EQ(item_builder_->length(), key_builder_->length())

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.70

Tested by

no test coverage detected