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

Method hash

datafusion/ffi/src/udaf/mod.rs:438–440  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

436impl Eq for ForeignAggregateUDF {}
437impl Hash for ForeignAggregateUDF {
438 fn hash<H: Hasher>(&self, state: &mut H) {
439 std::ptr::hash(self, state)
440 }
441}
442
443impl From<&FFI_AggregateUDF> for Arc<dyn AggregateUDFImpl> {

Callers

nothing calls this directly

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected