Expand description
Scalar indices for metadata search & filtering
Modules§
- bitmap
- btree
- expression
- flat
- inverted
- label_
list - lance_
format - Utilities for serializing and deserializing scalar indices in the lance format
Structs§
- Full
Text Search Query - A full text search query
- Inverted
Index Params - Scalar
Index Params
Enums§
- Label
List Query - A query that a LabelListIndex can satisfy
- Sargable
Query - A query that a basic scalar index (e.g. btree / bitmap) can satisfy
- Scalar
Index Type
Constants§
Traits§
- AnyQuery
- Different scalar indices may support different kinds of queries
- Index
Reader - Trait for reading an index (or parts of an index) from storage
- Index
Store - Trait abstracting I/O away from index logic
- Index
Writer - Trait for storing an index (or parts of an index) into storage
- Scalar
Index - A trait for a scalar index, a structure that can determine row ids that satisfy scalar queries