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

Method hash

datafusion/expr/src/udaf.rs:94–96  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

92
93impl Hash for AggregateUDF {
94 fn hash<H: Hasher>(&self, state: &mut H) {
95 self.inner.dyn_hash(state)
96 }
97}
98
99impl fmt::Display for AggregateUDF {

Callers 1

hashFunction · 0.45

Calls 1

dyn_hashMethod · 0.45

Tested by

no test coverage detected