Crate lance_index

Source
Expand description

Lance secondary index library

This is internal crate used by the lance project.
API stability is not guaranteed.

Re-exports§

pub use crate::traits::*;

Modules§

optimize
pb
prefilter
scalar
Scalar indices for metadata search & filtering
traits
vector
Vector Index

Structs§

IndexMetadata

Enums§

IndexType
Index Type

Constants§

INDEX_AUXILIARY_FILE_NAME
The name of the auxiliary index file.
INDEX_FILE_NAME
INDEX_METADATA_SCHEMA_KEY

Traits§

Index
Generic methods common across all types of secondary indices
IndexParams