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

Method iter

nodedb-vector/src/collection/payload_index.rs:151–156  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149 }
150
151 fn iter(&self) -> Box<dyn Iterator<Item = (&PayloadKey, &RoaringBitmap)> + '_> {
152 match self {
153 Self::Equality(m) => Box::new(m.iter()),
154 Self::Range(m) => Box::new(m.iter()),
155 }
156 }
157}
158
159/// Bitmap index for a single payload field.

Callers 15

to_snapshotMethod · 0.45
build_collection_codecFunction · 0.45
statsMethod · 0.45
complete_buildMethod · 0.45
checkpoint_to_bytesMethod · 0.45
from_checkpointMethod · 0.45
build_sidecarFunction · 0.45
build_pq_for_indexMethod · 0.45
quantized_searchFunction · 0.45
attach_sq8Function · 0.45
ram_usage_bytesMethod · 0.45

Calls

no outgoing calls