Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ as_dyn_array
Method
as_dyn_array
datafusion/common/src/hash_utils.rs:1073–1075 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1071
1072
impl AsDynArray for dyn Array {
1073
fn as_dyn_array(&self) -> &dyn Array {
1074
self
1075
}
1076
}
1077
1078
impl AsDynArray for &dyn Array {
Callers
2
with_hashes
Function · 0.80
create_hashes
Function · 0.80
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected