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

Method value_offset

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

\brief Return the data buffer absolute offset of the data for the value at the passed index. Does not perform boundschecking

Source from the content-addressed store, hash-verified

104 ///
105 /// Does not perform boundschecking
106 offset_type value_offset(int64_t i) const { return raw_value_offsets_[i]; }
107
108 /// \brief Return the length of the data for the value at the passed index.
109 ///

Callers 15

ApplyGroupingsMethod · 0.45
ConvertListsLikeFunction · 0.45
ConvertMapHelperFunction · 0.45
WriteDataValuesMethod · 0.45
GetEntryMethod · 0.45
GetEntryMethod · 0.45
ApplyGroupingsFunction · 0.45
WriteListBatchFunction · 0.45
WriteMapBatchFunction · 0.45

Calls

no outgoing calls

Tested by 10

CheckStringArrayFunction · 0.36
TestListFunctionsMethod · 0.36
TEST_FFunction · 0.36
TestAppendNullMethod · 0.36
TestAppendNullsMethod · 0.36
TEST_FFunction · 0.36