List of all items
Structs
- backend::PersistentStorageSession
- backend::SQLiteStorageBackend
- backend::SQLiteStorageProvider
- backend::StorageSavepointId
- block_max_index::BlockMaxIndex
- btree_index::BTreeIndex
- catalog::CatalogCacheRevisions
- catalog::CatalogIndexRow
- catalog::ColumnStatsInput
- catalog::ColumnStatsRow
- catalog::EdgeRow
- catalog::ForeignTableRow
- catalog::GraphEntityFilter
- catalog::GraphSnapshot
- catalog::GraphVertexRow
- catalog::RelationIdentity
- catalog::SchemaAclEntry
- catalog::SchemaPrivileges
- catalog::SchemaRow
- catalog::SequenceAclEntry
- catalog::SequenceOptions
- catalog::SequenceOwner
- catalog::SequencePrivileges
- catalog::SequenceRow
- catalog::SequenceValuePosition
- catalog::SequenceValueReservation
- catalog::TableAclEntry
- catalog::TablePrivileges
- catalog::TableSchema
- catalog::VectorFieldSchema
- catalog::ViewRow
- clustered_postings::MaterializedPostingCursor
- clustered_postings::PostingScore
- document_store::DocumentMetadata
- document_store::MemoryDocumentStore
- document_store::SharedDocumentRow
- document_store::StoredDocument
- hnsw_index::HNSWIndex
- index_manager::BTreeIndexHandle
- index_manager::IndexManager
- index_types::IndexDef
- inverted_index::MemoryInvertedIndex
- ivf_index::IVFIndex
- key_value::KeyValueCatalog
- key_value::KeyValueDocumentStore
- key_value::KeyValueHNSWIndex
- key_value::KeyValueIVFIndex
- key_value::KeyValueInvertedIndex
- key_value::KeyValueStorageBackend
- key_value::KeyValueVectorIndex
- key_value::MemoryKeyValueStore
- spatial_index::MemorySpatialIndex
- sqlite::btree_index::SQLiteBTreeIndexStore
- sqlite::catalog::Catalog
- sqlite::compressed_vfs::SQLiteCompressedContainerAnchor
- sqlite::compressed_vfs::SQLiteCompressionOptions
- sqlite::connection::ManagedConnection
- sqlite::document_store::SQLiteDocumentStore
- sqlite::inverted_index::SQLiteInvertedIndex
- sqlite::vector_index::SQLiteHNSWIndex
- sqlite::vector_index::SQLiteIVFIndex
- sqlite::vector_index::SQLiteVectorIndex
- transaction::InMemoryTransaction
- transaction::SQLiteTransaction
- vector_index::HNSWIndexParams
- vector_index::IVFIndexParams
- vector_index::MemoryVectorIndex
Enums
- ValueIndexKey
- backend::PersistentStorageIdentity
- backend::StorageBackendError
- catalog::GraphEntityKind
- catalog::RelationKind
- catalog::SequenceOwnerDependency
- catalog::SequenceReservationResult
- index_types::IndexType
- inverted_index::AnalyzerPhase
- ivf_index::IVFState
- sqlite::compressed_vfs::SQLiteCompressionCodec
- sqlite::connection::SQLiteError
- sqlite::detect::DatabaseFileFormat
- transaction::TransactionError
- vector_index::VectorIndexOpenMode
- vector_index::VectorIndexSpec
Traits
- backend::PersistentStorageBackend
- backend::PersistentStorageProvider
- block_max_index::BlockMaxScorer
- catalog::CatalogFacade
- clustered_postings::PostingCursor
- document_store::DocumentStore
- index_abc::Index
- inverted_index::InvertedIndex
- key_value::KeyValueBatch
- key_value::KeyValueStore
- spatial_index::SpatialIndex
- transaction::Snapshotable
- vector_index::VectorIndex
Functions
- catalog::sequence_value_reservation
- document_store::eval_path_in_document
- key_value::conformance::verify_session_isolation
- key_value::conformance::verify_store
- key_value::prefix_upper_bound
- spatial_index::haversine_distance
- sqlite::compressed_vfs::read_authenticated_anchor
- sqlite::compressed_vfs::register_database
- sqlite::compressed_vfs::register_database_with_anchor
- sqlite::detect::detect_database_file_format
- vector_index::cosine_similarity
Type Aliases
- backend::StorageBackendResult
- document_store::Document
- sqlite::connection::Result
- transaction::TxResult