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

Method into_parts

arrow-array/src/array/boolean_array.rs:564–566  ·  view source on GitHub ↗

Deconstruct this array into its constituent parts

(self)

Source from the content-addressed store, hash-verified

562
563 /// Deconstruct this array into its constituent parts
564 pub fn into_parts(self) -> (BooleanBuffer, Option<NullBuffer>) {
565 (self.values, self.nulls)
566 }
567}
568
569/// SAFETY: Correctly implements the contract of Arrow Arrays

Callers 4

fromMethod · 0.45
test_into_partsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_into_partsFunction · 0.36