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

Method as_map_opt

arrow-array/src/cast.rs:1041–1043  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1039 }
1040
1041 fn as_map_opt(&self) -> Option<&MapArray> {
1042 self.as_any().downcast_ref()
1043 }
1044
1045 fn as_dictionary_opt<K: ArrowDictionaryKeyType>(&self) -> Option<&DictionaryArray<K>> {
1046 self.as_any().downcast_ref()

Callers 1

as_mapMethod · 0.80

Calls 1

as_anyMethod · 0.45

Tested by

no test coverage detected