MCPcopy Create free account
hub / github.com/apache/datafusion / hash

Method hash

datafusion/expr/src/async_udf.rs:72–76  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

70
71impl Hash for AsyncScalarUDF {
72 fn hash<H: Hasher>(&self, state: &mut H) {
73 // Deconstruct to catch any new fields added in future
74 let Self { inner } = self;
75 inner.dyn_hash(state);
76 }
77}
78
79impl AsyncScalarUDF {

Callers 1

hashFunction · 0.45

Calls 1

dyn_hashMethod · 0.45

Tested by

no test coverage detected