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

Method Resize

cpp/src/arrow/array/builder_nested.h:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 ~BaseListViewBuilder() override = default;
415
416 Status Resize(int64_t capacity) override {
417 ARROW_RETURN_NOT_OK(BASE::Resize(capacity));
418 return sizes_builder_.Resize(capacity);
419 }
420
421 void Reset() override {
422 BASE::Reset();

Callers 3

ResizeMethod · 0.45
FinishInternalMethod · 0.45
FinishInternalMethod · 0.45

Calls 1

ResizeFunction · 0.70

Tested by

no test coverage detected