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

Method to_data

arrow-array/src/array/run_array.rs:426–428  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

424 }
425
426 fn to_data(&self) -> ArrayData {
427 self.clone().into()
428 }
429
430 fn into_data(self) -> ArrayData {
431 self.into()

Callers 2

try_newMethod · 0.45
new_uncheckedMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected