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

Method eq

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

Source from the content-addressed store, hash-verified

612}
613impl PartialEq for CompareByRangeSize {
614 fn eq(&self, other: &Self) -> bool {
615 // PartialEq must be consistent with PartialOrd
616 self.cmp(other) == Ordering::Equal
617 }
618}
619impl Eq for CompareByRangeSize {}
620impl Deref for CompareByRangeSize {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected