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

Method hash

datafusion/common/src/scalar/mod.rs:447–449  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

445
446impl Hash for Fl<f16> {
447 fn hash<H: Hasher>(&self, state: &mut H) {
448 self.0.to_bits().hash(state);
449 }
450}
451
452// manual implementation of `PartialEq`

Callers 1

hash_nested_arrayFunction · 0.45

Calls 3

hash_nested_arrayFunction · 0.85
to_bitsMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected