MCPcopy Create free account
hub / github.com/apache/datafusion / partial_cmp

Method partial_cmp

datafusion/datasource/src/file_groups.rs:609–611  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

607}
608impl PartialOrd for CompareByRangeSize {
609 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
610 Some(self.cmp(other))
611 }
612}
613impl PartialEq for CompareByRangeSize {
614 fn eq(&self, other: &Self) -> bool {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected