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

Method eq

datafusion/expr/src/udwf.rs:84–86  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

82
83impl PartialEq for WindowUDF {
84 fn eq(&self, other: &Self) -> bool {
85 self.inner.dyn_eq(other.inner.as_ref() as &dyn Any)
86 }
87}
88
89impl Eq for WindowUDF {}

Callers

nothing calls this directly

Calls 2

dyn_eqMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected