Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_run_opt
Method
as_run_opt
arrow-array/src/cast.rs:1049–1051 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1047
}
1048
1049
fn as_run_opt<K: RunEndIndexType>(&self) -> Option<&RunArray<K>> {
1050
self.as_any().downcast_ref()
1051
}
1052
1053
fn as_any_dictionary_opt(&self) -> Option<&dyn AnyDictionaryArray> {
1054
let array = self;
Callers
2
new
Method · 0.80
as_run
Method · 0.80
Calls
2
as_any
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected