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

Method value_data_capacity

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

\return capacity of values buffer

Source from the content-addressed store, hash-verified

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
359 /// \return data pointer of the value date builder
360 const offset_type* offsets_data() const { return offsets_builder_.data(); }

Callers 2

ReserveScalarStorageMethod · 0.80
TestCapacityReserveMethod · 0.80

Calls 1

capacityMethod · 0.45

Tested by 1

TestCapacityReserveMethod · 0.64