Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Reset
Method
Reset
cpp/src/arrow/array/builder_primitive.h:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void Reset() override {
150
data_builder_.Reset();
151
ArrayBuilder::Reset();
152
}
153
154
Status Resize(int64_t capacity) override {
155
ARROW_RETURN_NOT_OK(CheckCapacity(capacity));
Callers
nothing calls this directly
Calls
1
Reset
Function · 0.70
Tested by
no test coverage detected