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

Method cmp

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

Source from the content-addressed store, hash-verified

602}
603impl Ord for CompareByRangeSize {
604 fn cmp(&self, other: &Self) -> Ordering {
605 self.0.range_size().cmp(&other.0.range_size())
606 }
607}
608impl PartialOrd for CompareByRangeSize {
609 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {

Callers 3

split_filesMethod · 0.45
partial_cmpMethod · 0.45
eqMethod · 0.45

Calls 1

range_sizeMethod · 0.80

Tested by

no test coverage detected