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

Method value_offsets

arrow-array/src/array/list_array.rs:361–363  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

359 /// See [`Self::offsets`] for more details.
360 #[inline]
361 pub fn value_offsets(&self) -> &[OffsetSize] {
362 &self.value_offsets
363 }
364
365 /// Returns the length for value at index `i`.
366 #[inline]

Callers 3

value_uncheckedMethod · 0.45
valueMethod · 0.45
value_lengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected