Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void MapBuilder::Reset() {
98
list_builder_->Reset();
99
ArrayBuilder::Reset();
100
}
101
102
Status MapBuilder::FinishInternal(std::shared_ptr<ArrayData>* out) {
103
ARROW_CHECK_EQ(item_builder_->length(), key_builder_->length())
Callers
nothing calls this directly
Calls
1
Reset
Function · 0.70
Tested by
no test coverage detected