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

Method to_data

arrow-array/src/array/map_array.rs:371–373  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

369 }
370
371 fn to_data(&self) -> ArrayData {
372 self.clone().into_data()
373 }
374
375 fn into_data(self) -> ArrayData {
376 self.into()

Callers 1

test_map_array_sliceFunction · 0.45

Calls 2

into_dataMethod · 0.45
cloneMethod · 0.45

Tested by 1

test_map_array_sliceFunction · 0.36