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

Method into_parts

arrow-array/src/array/dictionary_array.rs:351–353  ·  view source on GitHub ↗

Deconstruct this array into its constituent parts

(self)

Source from the content-addressed store, hash-verified

349
350 /// Deconstruct this array into its constituent parts
351 pub fn into_parts(self) -> (PrimitiveArray<K>, ArrayRef) {
352 (self.keys, self.values)
353 }
354
355 /// Return an array view of the keys of this dictionary as a PrimitiveArray.
356 pub fn keys(&self) -> &PrimitiveArray<K> {

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected