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

Method value_offsets

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

Note that this buffer does not account for any slice offset

Source from the content-addressed store, hash-verified

91
92 /// Note that this buffer does not account for any slice offset
93 std::shared_ptr<Buffer> value_offsets() const { return data_->buffers[1]; }
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]; }

Callers 15

test_value_offsetsMethod · 0.80
test_value_offsetsMethod · 0.80
VisitMethod · 0.80
NormalizeArrayFunction · 0.80
InsertMethod · 0.80
TESTFunction · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by 6

test_value_offsetsMethod · 0.64
test_value_offsetsMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
convert_arrayMethod · 0.64