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

Method into_data

arrow-array/src/array/run_array.rs:430–432  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

428 }
429
430 fn into_data(self) -> ArrayData {
431 self.into()
432 }
433
434 fn data_type(&self) -> &DataType {
435 &self.data_type

Calls

no outgoing calls