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

Method to_data

arrow-array/src/array/union_array.rs:751–753  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

749 }
750
751 fn to_data(&self) -> ArrayData {
752 self.clone().into()
753 }
754
755 fn into_data(self) -> ArrayData {
756 self.into()

Callers 1

fromMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected