Expand description
Scalar indices for metadata search & filtering
Modules§
- Utilities for serializing and deserializing scalar indices in the lance format
Structs§
- A full text search query
Enums§
- A query that a LabelListIndex can satisfy
- A query that a basic scalar index (e.g. btree / bitmap) can satisfy
Constants§
Traits§
- Different scalar indices may support different kinds of queries
- Trait for reading an index (or parts of an index) from storage
- Trait abstracting I/O away from index logic
- Trait for storing an index (or parts of an index) into storage
- A trait for a scalar index, a structure that can determine row ids that satisfy scalar queries