MCPcopy 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
1072impl AsDynArray for dyn Array {
1073 fn as_dyn_array(&self) -> &dyn Array {
1074 self
1075 }
1076}
1077
1078impl AsDynArray for &dyn Array {

Callers 2

with_hashesFunction · 0.80
create_hashesFunction · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected