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

Method offsets

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

Source from the content-addressed store, hash-verified

309 /// [`Self::slice`]. See documentation for [`Self`] for more details.
310 #[inline]
311 pub fn offsets(&self) -> &OffsetBuffer<OffsetSize> {
312 &self.value_offsets
313 }
314
315 /// Returns a reference to the values of this list
316 ///

Callers 1

element_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected