Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ peek
Method
peek
src/models/sparse_ann_query.rs:346–348 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
344
}
345
346
pub fn peek(&self) -> Option<&(u32, f32)> {
347
unsafe { &mut *self.iter.get() }.peek()
348
}
349
}
350
351
impl Ord for PostingListHead<'_> {
Callers
5
update_results
Function · 0.80
exhaustive_search
Function · 0.80
search_bm25
Method · 0.80
cmp
Method · 0.80
eq
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected