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

Method as_any_dictionary_opt

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

Source from the content-addressed store, hash-verified

1051 }
1052
1053 fn as_any_dictionary_opt(&self) -> Option<&dyn AnyDictionaryArray> {
1054 let array = self;
1055 downcast_dictionary_array! {
1056 array => Some(array),
1057 _ => None
1058 }
1059 }
1060
1061 fn as_any_ree_opt(&self) -> Option<&dyn AnyRunEndArray> {
1062 let array = self;

Callers 6

write_internalMethod · 0.80
compare_opFunction · 0.80
as_any_dictionaryMethod · 0.80
like_opFunction · 0.80
lengthFunction · 0.80
bit_lengthFunction · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected