Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ReserveData
Method
ReserveData
cpp/src/arrow/array/builder_binary.cc:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
Status BinaryViewBuilder::ReserveData(int64_t length) {
96
return data_heap_builder_.Reserve(length);
97
}
98
99
void BinaryViewBuilder::Reset() {
100
ArrayBuilder::Reset();
Callers
15
Append
Method · 0.45
Append
Method · 0.45
TEST_F
Function · 0.45
GetConverter
Function · 0.45
ConvertToJson
Function · 0.45
Convert
Method · 0.45
DecodeStringDictionary
Function · 0.45
ReserveScalarStorage
Method · 0.45
TestScalarAppendUnsafe
Method · 0.45
TestExtendCurrentUnsafe
Method · 0.45
TestCapacityReserve
Method · 0.45
GetDictionaryArrayData
Method · 0.45
Calls
1
Reserve
Method · 0.45
Tested by
8
TEST_F
Function · 0.36
DecodeStringDictionary
Function · 0.36
TestScalarAppendUnsafe
Method · 0.36
TestExtendCurrentUnsafe
Method · 0.36
TestCapacityReserve
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36