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

Method to_data

arrow-array/src/array/dictionary_array.rs:704–706  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

702 }
703
704 fn to_data(&self) -> ArrayData {
705 self.clone().into()
706 }
707
708 fn into_data(self) -> ArrayData {
709 self.into()

Calls 1

cloneMethod · 0.45