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

Method as_any

arrow-array/src/array/struct_array.rs:471–473  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

469/// SAFETY: Correctly implements the contract of Arrow Arrays
470unsafe impl Array for StructArray {
471 fn as_any(&self) -> &dyn Any {
472 self
473 }
474
475 fn to_data(&self) -> ArrayData {
476 self.clone().into()

Callers 1

test_struct_array_sliceFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_struct_array_sliceFunction · 0.36