MCPcopy Create free account
hub / github.com/cosdata/cosdata / partial_cmp

Method partial_cmp

src/models/sparse_ann_query.rs:35–37  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

33
34impl PartialOrd for SparseAnnResult {
35 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
36 Some(self.cmp(other))
37 }
38}
39
40impl Ord for SparseAnnResult {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected