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

Method into_data

arrow-array/src/array/map_array.rs:375–377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 }
374
375 fn into_data(self) -> ArrayData {
376 self.into()
377 }
378
379 fn data_type(&self) -> &DataType {
380 &self.data_type

Callers 6

new_from_stringsMethod · 0.45
to_dataMethod · 0.45
fromMethod · 0.45
create_from_buffersFunction · 0.45
test_map_arrayFunction · 0.45
test_map_array_sliceFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_map_arrayFunction · 0.36
test_map_array_sliceFunction · 0.36