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

Method dyn_hash

datafusion/expr-common/src/dyn_eq.rs:55–58  ·  view source on GitHub ↗
(&self, mut state: &mut dyn Hasher)

Source from the content-addressed store, hash-verified

53impl<T: Hash + Any> private::HashSealed for T {}
54impl<T: Hash + Any> DynHash for T {
55 fn dyn_hash(&self, mut state: &mut dyn Hasher) {
56 self.type_id().hash(&mut state);
57 self.hash(&mut state)
58 }
59}
60
61mod private {

Callers 3

hashMethod · 0.45
hashMethod · 0.45
hashMethod · 0.45

Calls 1

hashMethod · 0.45

Tested by

no test coverage detected