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

Method value_offsets

arrow-array/src/array/list_view_array.rs:347–349  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

345 /// Returns the offset values in the offsets buffer
346 #[inline]
347 pub fn value_offsets(&self) -> &[OffsetSize] {
348 &self.value_offsets
349 }
350
351 /// Returns the sizes values in the offsets buffer
352 #[inline]

Callers 4

value_uncheckedMethod · 0.45
valueMethod · 0.45
element_rangeMethod · 0.45

Calls

no outgoing calls

Tested by 1