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

Method into_data

arrow-array/src/array/primitive_array.rs:1199–1201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1197 }
1198
1199 fn into_data(self) -> ArrayData {
1200 self.into()
1201 }
1202
1203 fn data_type(&self) -> &DataType {
1204 &self.data_type

Callers 3

into_builderMethod · 0.45

Calls

no outgoing calls

Tested by 2