MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / InvertedIndex

Class InvertedIndex

src/structures/inverted_index.rs:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105pub struct InvertedIndex {
106 pub path: PathBuf,
107 pub tree: Tree<KVPair, InvertedIndexItem>,
108}
109
110pub fn compress_indices(indices: Vec<usize>) -> Vec<usize> {
111 let mut compressed = Vec::new();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected