MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / partial_cmp

Method partial_cmp

nodedb-vector/src/vamana/build.rs:238–240  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

236 impl Eq for Cand {}
237 impl PartialOrd for Cand {
238 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
239 Some(self.cmp(other))
240 }
241 }
242 impl Ord for Cand {
243 fn cmp(&self, other: &Self) -> std::cmp::Ordering {

Callers 15

searchMethod · 0.45
merge_resultsFunction · 0.45
brute_force_on_allowedFunction · 0.45
brute_force_on_allowedFunction · 0.45
build_vamanaFunction · 0.45
cmpMethod · 0.45
rerankFunction · 0.45
meta_embed_searchFunction · 0.45
assignFunction · 0.45

Calls 1

cmpMethod · 0.45