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

Method into_parts

arrow-array/src/array/primitive_array.rs:685–687  ·  view source on GitHub ↗

Deconstruct this array into its constituent parts

(self)

Source from the content-addressed store, hash-verified

683
684 /// Deconstruct this array into its constituent parts
685 pub fn into_parts(self) -> (DataType, ScalarBuffer<T::Native>, Option<NullBuffer>) {
686 (self.data_type, self.values, self.nulls)
687 }
688
689 /// Overrides the [`DataType`] of this [`PrimitiveArray`]
690 ///

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected