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

Method value_data

cpp/src/arrow/array/array_binary.h:96–96  ·  view source on GitHub ↗

Note that this buffer does not account for any slice offset

Source from the content-addressed store, hash-verified

94
95 /// Note that this buffer does not account for any slice offset
96 std::shared_ptr<Buffer> value_data() const { return data_->buffers[2]; }
97
98 const offset_type* raw_value_offsets() const { return raw_value_offsets_; }
99

Callers 15

TestScalarAppendMethod · 0.45
TestExtendCurrentMethod · 0.45
TestVectorAppendMethod · 0.45
TestCapacityReserveMethod · 0.45
VisitMethod · 0.45
VisitMethod · 0.45

Calls

no outgoing calls

Tested by 9

TestScalarAppendMethod · 0.36
TestExtendCurrentMethod · 0.36
TestVectorAppendMethod · 0.36
TestCapacityReserveMethod · 0.36