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

Method as_any

arrow-array/src/array/dictionary_array.rs:700–702  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

698/// SAFETY: Correctly implements the contract of Arrow Arrays
699unsafe impl<T: ArrowDictionaryKeyType> Array for DictionaryArray<T> {
700 fn as_any(&self) -> &dyn Any {
701 self
702 }
703
704 fn to_data(&self) -> ArrayData {
705 self.clone().into()

Callers 4

lookup_keyMethod · 0.45
downcast_dictMethod · 0.45
test_dictionary_iterFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_dictionary_iterFunction · 0.36