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

Method to_data

arrow-array/src/array/list_array.rs:561–563  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

559 }
560
561 fn to_data(&self) -> ArrayData {
562 self.clone().into()
563 }
564
565 fn into_data(self) -> ArrayData {
566 self.into()

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected