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

Method hash_one

datafusion/common/src/hash_utils.rs:164–166  ·  view source on GitHub ↗
(&self, state: &RandomState)

Source from the content-addressed store, hash-verified

162
163impl<T: HashValue + ?Sized> HashValue for &T {
164 fn hash_one(&self, state: &RandomState) -> u64 {
165 T::hash_one(self, state)
166 }
167 fn hash_write(&self, hasher: &mut impl Hasher) {
168 T::hash_write(self, hasher)
169 }

Callers 9

find_or_insertMethod · 0.80
hashMethod · 0.80
hash_nullFunction · 0.80
hash_array_primitiveFunction · 0.80
hash_arrayFunction · 0.80
hash_valueMethod · 0.80
update_batchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected