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.cc:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void BooleanBuilder::Reset() {
57
ArrayBuilder::Reset();
58
data_builder_.Reset();
59
}
60
61
Status BooleanBuilder::Resize(int64_t capacity) {
62
RETURN_NOT_OK(CheckCapacity(capacity));
Callers
nothing calls this directly
Calls
1
Reset
Function · 0.70
Tested by
no test coverage detected