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

Method as_any

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

Source from the content-addressed store, hash-verified

365/// SAFETY: Correctly implements the contract of Arrow Arrays
366unsafe impl Array for MapArray {
367 fn as_any(&self) -> &dyn Any {
368 self
369 }
370
371 fn to_data(&self) -> ArrayData {
372 self.clone().into_data()

Callers 1

test_map_array_sliceFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_map_array_sliceFunction · 0.36