Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ raw_value_offsets
Method
raw_value_offsets
cpp/src/arrow/array/array_binary.h:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
100
const uint8_t* raw_data() const { return raw_data_; }
101
Callers
15
garrow_base_list_array_get_value_offsets
Function · 0.45
Visit
Method · 0.45
TEST_F
Function · 0.45
DoValidateBasicListArray
Method · 0.45
DoValidateBasicListViewArray
Method · 0.45
TestAppendNull
Method · 0.45
TestAppendNulls
Method · 0.45
ValidateBasicStructArray
Function · 0.45
operator()
Method · 0.45
Visit
Method · 0.45
GetZeroBasedValueOffsets
Method · 0.45
Visit
Method · 0.45
Calls
no outgoing calls
Tested by
7
TEST_F
Function · 0.36
DoValidateBasicListArray
Method · 0.36
DoValidateBasicListViewArray
Method · 0.36
TestAppendNull
Method · 0.36
TestAppendNulls
Method · 0.36
ValidateBasicStructArray
Function · 0.36
RunSingle
Method · 0.36