MCPcopy 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
374void ArrayBuilder::Reset() {
375 capacity_ = length_ = null_count_ = 0;
376 null_bitmap_builder_.Reset();
377}
378
379Status ArrayBuilder::SetNotNull(int64_t length) {
380 RETURN_NOT_OK(Reserve(length));

Callers 5

TESTFunction · 0.45
TestAppendValuesMethod · 0.45
TestAppendValuesMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
TestAppendValuesMethod · 0.36
TestAppendValuesMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36