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

Method value_data_length

cpp/src/arrow/array/builder_binary.h:355–355  ·  view source on GitHub ↗

\return size of values buffer so far

Source from the content-addressed store, hash-verified

353 const uint8_t* value_data() const { return value_data_builder_.data(); }
354 /// \return size of values buffer so far
355 int64_t value_data_length() const { return value_data_builder_.length(); }
356 /// \return capacity of values buffer
357 int64_t value_data_capacity() const { return value_data_builder_.capacity(); }
358

Callers 9

ReserveScalarStorageMethod · 0.80
TestCapacityReserveMethod · 0.80
AppendFunction · 0.80
values_sizeMethod · 0.80
CopyOffsetsMethod · 0.80
CopyValuesMethod · 0.80
ArrowBinaryHelperMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by 3

TestCapacityReserveMethod · 0.64