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

Method to_data

arrow-array/src/array/byte_view_array.rs:860–862  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

858 }
859
860 fn to_data(&self) -> ArrayData {
861 self.clone().into()
862 }
863
864 fn into_data(self) -> ArrayData {
865 self.into()

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected