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

Method Resize

cpp/src/arrow/array/builder_nested.cc:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91Status MapBuilder::Resize(int64_t capacity) {
92 RETURN_NOT_OK(list_builder_->Resize(capacity));
93 capacity_ = list_builder_->capacity();
94 return Status::OK();
95}
96
97void MapBuilder::Reset() {
98 list_builder_->Reset();

Callers 1

FinishInternalMethod · 0.45

Calls 4

CheckCapacityFunction · 0.85
ResizeFunction · 0.70
OKFunction · 0.50
capacityMethod · 0.45

Tested by

no test coverage detected