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

Method hash

datafusion/ffi/src/udwf/mod.rs:284–286  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

282impl Eq for ForeignWindowUDF {}
283impl Hash for ForeignWindowUDF {
284 fn hash<H: Hasher>(&self, state: &mut H) {
285 std::ptr::hash(self, state)
286 }
287}
288
289impl From<&FFI_WindowUDF> for Arc<dyn WindowUDFImpl> {

Callers

nothing calls this directly

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected