Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ eq
Method
eq
datafusion/expr/src/higher_order_function.rs:163–165 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
161
162
impl PartialEq for dyn HigherOrderUDFImpl {
163
fn eq(&self, other: &Self) -> bool {
164
self.dyn_eq(other as _)
165
}
166
}
167
168
impl PartialOrd for dyn HigherOrderUDFImpl {
Callers
nothing calls this directly
Calls
2
dyn_eq
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected