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

Method into_data

arrow-array/src/array/byte_array.rs:475–477  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

473 }
474
475 fn into_data(self) -> ArrayData {
476 self.into()
477 }
478
479 fn data_type(&self) -> &DataType {
480 &self.data_type

Callers 1

into_builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected