Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Reset
Method
Reset
cpp/src/arrow/array/builder_base.cc:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
void ArrayBuilder::Reset() {
375
capacity_ = length_ = null_count_ = 0;
376
null_bitmap_builder_.Reset();
377
}
378
379
Status ArrayBuilder::SetNotNull(int64_t length) {
380
RETURN_NOT_OK(Reserve(length));
Callers
5
TEST
Function · 0.45
TestAppendValues
Method · 0.45
TestAppendValues
Method · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
5
TEST
Function · 0.36
TestAppendValues
Method · 0.36
TestAppendValues
Method · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36