MCPcopy 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
119impl PartialOrd for dyn LogicalType {
120 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
121 Some(self.cmp(other))
122 }
123}
124
125impl Ord for dyn LogicalType {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected