MCPcopy Create free account
hub / github.com/apache/arrow / Resize

Method Resize

cpp/src/arrow/array/builder_base.cc:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Status ArrayBuilder::Resize(int64_t capacity) {
89 RETURN_NOT_OK(CheckCapacity(capacity));
90 capacity_ = capacity;
91 return null_bitmap_builder_.Resize(capacity);
92}
93
94namespace {
95

Callers 15

SetPartSuppColumnSizeMethod · 0.45
SetLineItemColumnSizeMethod · 0.45
MakeLogicalRunEndsFunction · 0.45
TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TrimBufferMethod · 0.45
TEST_FFunction · 0.45
CreateUnionTypeCodesMethod · 0.45
CreateOffsetsBufferMethod · 0.45

Calls 1

CheckCapacityFunction · 0.85

Tested by 5

TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36