Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
impl PartialOrd for SparseAnnResult {
35
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
36
Some(self.cmp(other))
37
}
38
}
39
40
impl Ord for SparseAnnResult {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected