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

Method into_data

arrow-array/src/array/dictionary_array.rs:708–710  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

706 }
707
708 fn into_data(self) -> ArrayData {
709 self.into()
710 }
711
712 fn data_type(&self) -> &DataType {
713 &self.data_type

Callers 3

fromMethod · 0.45

Calls

no outgoing calls

Tested by 2