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

Method value_offsets

arrow-array/src/array/byte_array.rs:297–299  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

295 /// Returns the offset values in the offsets buffer
296 #[inline]
297 pub fn value_offsets(&self) -> &[T::Offset] {
298 &self.value_offsets
299 }
300
301 /// Returns the element at index `i`
302 ///

Callers 4

value_lengthMethod · 0.45
is_asciiMethod · 0.45
value_uncheckedMethod · 0.45
into_builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected