Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ partial_cmp
Method
partial_cmp
datafusion/common/src/types/logical.rs:120–122 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
118
119
impl PartialOrd for dyn LogicalType {
120
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
121
Some(self.cmp(other))
122
}
123
}
124
125
impl Ord for dyn LogicalType {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected