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

Method value_offsets

arrow-array/src/array/map_array.rs:226–228  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

224 /// Returns the offset values in the offsets buffer
225 #[inline]
226 pub fn value_offsets(&self) -> &[i32] {
227 &self.value_offsets
228 }
229
230 /// Returns the length for value at index `i`.
231 #[inline]

Callers 15

test_nullable_impalaFunction · 0.45
test_array_decodingFunction · 0.45
writeMethod · 0.45
view_from_dict_valuesFunction · 0.45
compute_list_view_boundsFunction · 0.45
compute_lengthsFunction · 0.45
encodeFunction · 0.45
encode_list_viewFunction · 0.45
newMethod · 0.45
interleave_bytesFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_nullable_impalaFunction · 0.36
test_array_decodingFunction · 0.36