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

Method hash

datafusion/expr/src/udf.rs:125–127  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

123
124impl Hash for ScalarUDF {
125 fn hash<H: Hasher>(&self, state: &mut H) {
126 self.inner.dyn_hash(state)
127 }
128}
129
130impl ScalarUDF {

Callers 1

hashFunction · 0.45

Calls 1

dyn_hashMethod · 0.45

Tested by

no test coverage detected