MCPcopy Create free account

hub / github.com/carsonpo/haystackdb / functions

Functions171 in github.com/carsonpo/haystackdb

Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/structures/wal.rs:29
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/structures/inverted_index.rs:18
Methodfrom_index
(index: &mut InvertedIndex, key: &KVPair)
src/structures/filters.rs:109
Methodget
(&self, index: usize)
src/structures/dense_vector_list.rs:118
Methodget_commit
(&mut self, hash: u64)
src/structures/wal.rs:261
Methodget_commits
(&mut self)
src/structures/wal.rs:249
Methodget_value
(&self, key: K)
src/structures/mmap_tree/node.rs:243
Methodhas_been_committed
(&mut self, hash: u64)
src/structures/wal.rs:222
Methodinsert
(&mut self, key: u128, value: MetadataIndexItem)
src/structures/metadata_index.rs:212
Methodinsert
(&mut self, index: usize, vector: [u8; QUANTIZED_VECTOR_SIZE])
src/structures/dense_vector_list.rs:181
Methodis_locked
(&self, key: String)
src/services/lock_service.rs:64
Methodis_superset
(&self, other: &Filters)
src/structures/filters.rs:105
Functionmain
()
src/main.rs:22
Functionmain
()
src/main1.rs:15
Methodnew
(indices: Vec<usize>, current_ids: Vec<u128>)
src/structures/filters.rs:28
Methodnew
(path: PathBuf)
src/structures/mmap_tree.rs:23
Methodnew
(key: String, value: String)
src/structures/metadata_index.rs:18
Methodnew
()
src/structures/tree.rs:20
Methodnew
(path: PathBuf, elements: u64)
src/structures/dense_vector_list.rs:17
Methodnew
(path: PathBuf, namespace_id: String)
src/structures/wal.rs:178
Methodnew
(path: PathBuf)
src/structures/inverted_index.rs:150
Methodnew
(path: PathBuf)
src/structures/mmap_tree/storage.rs:34
Methodnew
(path: PathBuf)
src/services/lock_service.rs:11
Methodnew
(path: PathBuf, namespace_id: String)
src/services/namespace_state.rs:43
Methodnew
(path: PathBuf, namespace_id: String)
src/services/commit.rs:17
Methodnew
(path: PathBuf, namespace_id: String)
src/services/query.rs:17
Methodnew_internal
(offset: usize)
src/structures/mmap_tree/node.rs:58
Methodnew_internal
()
src/structures/tree/node.rs:39
Methodnew_leaf
(offset: usize)
src/structures/mmap_tree/node.rs:45
Methodnew_leaf
()
src/structures/tree/node.rs:29
Methodpartial_cmp
(&self, other: &Self)
src/structures/metadata_index.rs:32
Functionrandom_vec
()
src/main1.rs:11
Methodsearch
(&mut self, key: K)
src/structures/mmap_tree.rs:175
Methodserialize
(&self)
src/structures/metadata_index.rs:52
Methodserialize
(&self)
src/structures/inverted_index.rs:24
Methodserialize
(&self)
src/structures/mmap_tree/serialization.rs:20
Methodserialize
(&self)
src/structures/tree/serialization.rs:20
Methodset_indices
(&mut self, indices: Vec<usize>, ids: Vec<u128>)
src/structures/filters.rs:39
Methodsplit
(&mut self, b: usize)
src/structures/mmap_tree/node.rs:71
Functiontest_basic_and_query
()
tests/filters.rs:87
Functiontest_batch_insert
()
tests/trees.rs:341
Functiontest_combined_and
()
tests/filters.rs:127
Functiontest_complex_insertions
()
tests/trees.rs:226
Functiontest_complex_or
()
tests/filters.rs:151
Functiontest_complex_tree_operations
()
tests/trees.rs:129
Functiontest_compression_decompression
()
tests/filters.rs:75
Functiontest_empty_query
()
tests/filters.rs:95
Functiontest_gemm_identity
()
tests/math.rs:59
Functiontest_gemm_ones
()
tests/math.rs:98
Functiontest_gemm_zero
()
tests/math.rs:78
Functiontest_gemv_identity
()
tests/math.rs:50
Functiontest_gemv_ones
()
tests/math.rs:88
Functiontest_gemv_zero
()
tests/math.rs:69
Functiontest_hamming_distance
()
tests/math.rs:15
Functiontest_insert_duplicate_keys
()
tests/trees.rs:194
Functiontest_insert_search_edge_integers
()
tests/trees.rs:321
Functiontest_insert_search_leaf
()
tests/trees.rs:173
Functiontest_large_scale_insert_search
()
tests/trees.rs:245
Functiontest_new_leaf
()
tests/trees.rs:102
Functiontest_nonexistent_key
()
tests/filters.rs:103
Functiontest_repeated_insertions_same_key
()
tests/trees.rs:267
Functiontest_search_in_leaf
()
tests/trees.rs:111
Functiontest_search_non_existent_key
()
tests/trees.rs:211
Functiontest_search_non_existent_keys
()
tests/trees.rs:308
Functiontest_serialization_and_deserialization
()
tests/trees.rs:148
Functiontest_single_eq
()
tests/filters.rs:111
Functiontest_single_in
()
tests/filters.rs:119
Functiontest_store_and_load_node
()
tests/trees.rs:15
Functiontest_store_multiple_nodes
()
tests/trees.rs:40
Functiontest_tree_initialization
()
tests/trees.rs:161
Functiontest_zero_hamming_distance
()
tests/math.rs:23
← previous101–171 of 171, ranked by callers