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

Method from

arrow-array/src/array/map_array.rs:254–257  ·  view source on GitHub ↗
(data: ArrayData)

Source from the content-addressed store, hash-verified

252
253impl From<ArrayData> for MapArray {
254 fn from(data: ArrayData) -> Self {
255 Self::try_new_from_array_data(data)
256 .expect("Expected infallible creation of MapArray from ArrayData failed")
257 }
258}
259
260impl From<MapArray> for ArrayData {

Callers

nothing calls this directly

Calls 10

child_dataMethod · 0.80
ListClass · 0.50
lenMethod · 0.45
buffersMethod · 0.45
nullsMethod · 0.45
build_uncheckedMethod · 0.45
data_typeMethod · 0.45
cloneMethod · 0.45
into_builderMethod · 0.45
into_dataMethod · 0.45

Tested by

no test coverage detected