Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
Status ArrayBuilder::Resize(int64_t capacity) {
89
RETURN_NOT_OK(CheckCapacity(capacity));
90
capacity_ = capacity;
91
return null_bitmap_builder_.Resize(capacity);
92
}
93
94
namespace {
95
Callers
15
GenerateFixedDifferenceBuffer
Function · 0.45
SetPartSuppColumnSize
Method · 0.45
SetLineItemColumnSize
Method · 0.45
GetDictionaryArrayData
Method · 0.45
MakeLogicalRunEnds
Function · 0.45
TEST_F
Function · 0.45
TYPED_TEST
Function · 0.45
TEST_F
Function · 0.45
TrimBuffer
Method · 0.45
TEST_F
Function · 0.45
CreateUnionTypeCodes
Method · 0.45
CreateOffsetsBuffer
Method · 0.45
Calls
1
CheckCapacity
Function · 0.85
Tested by
5
GenerateFixedDifferenceBuffer
Function · 0.36
TEST_F
Function · 0.36
TYPED_TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36