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

Method hash

datafusion/expr/src/udf_eq.rs:46–48  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

44 Ptr: UdfPointer,
45{
46 fn hash<H: Hasher>(&self, state: &mut H) {
47 self.0.hash_value().hash(state);
48 }
49}
50
51impl<Ptr> From<Ptr> for UdfEq<Ptr>

Callers 1

hashFunction · 0.45

Calls 1

hash_valueMethod · 0.45

Tested by

no test coverage detected