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

Method into_parts

arrow-array/src/array/byte_array.rs:251–253  ·  view source on GitHub ↗

Deconstruct this array into its constituent parts

(self)

Source from the content-addressed store, hash-verified

249
250 /// Deconstruct this array into its constituent parts
251 pub fn into_parts(self) -> (OffsetBuffer<T::Offset>, Buffer, Option<NullBuffer>) {
252 (self.value_offsets, self.value_data, self.nulls)
253 }
254
255 /// Returns the length for value at index `i`.
256 /// # Panics

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected