Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
impl 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
89
impl Eq for WindowUDF {}
Callers
nothing calls this directly
Calls
2
dyn_eq
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected