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

Method to_data

arrow-array/src/array/struct_array.rs:475–477  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

473 }
474
475 fn to_data(&self) -> ArrayData {
476 self.clone().into()
477 }
478
479 fn into_data(self) -> ArrayData {
480 self.into()

Calls 1

cloneMethod · 0.45