MCPcopy 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
95Status BinaryViewBuilder::ReserveData(int64_t length) {
96 return data_heap_builder_.Reserve(length);
97}
98
99void BinaryViewBuilder::Reset() {
100 ArrayBuilder::Reset();

Callers 15

AppendMethod · 0.45
AppendMethod · 0.45
TEST_FFunction · 0.45
GetConverterFunction · 0.45
ConvertToJsonFunction · 0.45
ConvertMethod · 0.45
DecodeStringDictionaryFunction · 0.45
ReserveScalarStorageMethod · 0.45
TestCapacityReserveMethod · 0.45

Calls 1

ReserveMethod · 0.45

Tested by 8

TEST_FFunction · 0.36
DecodeStringDictionaryFunction · 0.36
TestCapacityReserveMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36