Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ partial_cmp
Method
partial_cmp
datafusion/expr/src/logical_plan/extension.rs:220–222 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
218
219
impl PartialOrd for dyn UserDefinedLogicalNode {
220
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
221
self.dyn_ord(other)
222
}
223
}
224
225
impl Eq for dyn UserDefinedLogicalNode {}
Callers
1
dyn_ord
Method · 0.45
Calls
1
dyn_ord
Method · 0.45
Tested by
no test coverage detected