List of all items
Structs
- backend::branched::BranchedBackend
- backend::lance::LanceDbBackend
- backend::types::IndexInfo
- backend::types::ScanRequest
- backend::types::VectorIndexConfig
- compaction::CompactionStats
- compaction::CompactionStatus
- fork::registry::ForkHolderGuard
- fork::registry::ForkRegistryHandle
- fork::scope::ForkScope
- lancedb::LanceDbStore
- runtime::EdgeData
- runtime::SimpleGraph
- runtime::VertexData
- runtime::context::QueryContext
- runtime::flush_coordinator::FlushCoordinator
- runtime::flush_coordinator::FlushOutcome
- runtime::flush_coordinator::FlushTicket
- runtime::flush_coordinator::RotatedFlush
- runtime::flush_coordinator::SharedFlushCtx
- runtime::id_allocator::IdAllocator
- runtime::id_reservoir::TxIdReservoir
- runtime::l0::L0Buffer
- runtime::l0::MutationStats
- runtime::l0::OccReadSet
- runtime::l0::TombstoneEntry
- runtime::l0_manager::L0Manager
- runtime::l0_manager::PinToken
- runtime::l0_manager::SnapshotView
- runtime::occ::CommitRegistry
- runtime::occ::CrdtVariantConflict
- runtime::occ::WriteSet
- runtime::property_manager::PropertyManager
- runtime::vid_remapper::EidRemapper
- runtime::vid_remapper::VidRemapper
- runtime::wal::WalSegment
- runtime::wal::WriteAheadLog
- runtime::writer::Writer
- runtime::writer::WriterConfig
- snapshot::manager::SnapshotManager
- storage::adjacency::AdjacencyDataset
- storage::adjacency_manager::AdjacencyManager
- storage::adjacency_overlay::FrozenCsrSegment
- storage::adjacency_overlay::L0CsrSegment
- storage::adjacency_overlay::OverlayTombstone
- storage::arrow_convert::PropertyExtractor
- storage::compaction::CompactionInfo
- storage::compaction::Compactor
- storage::csr::CompressedSparseRow
- storage::csr::CsrEdgeEntry
- storage::csr::MainCsr
- storage::delta::DeltaDataset
- storage::delta::L1Entry
- storage::edge::EdgeDataset
- storage::index::UidIndex
- storage::index_manager::IndexManager
- storage::index_manager::IndexRebuildTask
- storage::index_manager::TracingIndexProgress
- storage::index_rebuild::IndexRebuildManager
- storage::index_rebuild::IndexRebuildState
- storage::index_rebuild::RebuildTriggerChecker
- storage::inverted_index::InvertedIndex
- storage::json_index::JsonPathIndex
- storage::main_edge::MainEdgeDataset
- storage::main_vertex::MainVertexDataset
- storage::manager::FlushInProgressGuard
- storage::manager::StorageManager
- storage::property_builder::PropertyColumnBuilder
- storage::resilient_store::ResilientObjectStore
- storage::shadow_csr::ShadowCsr
- storage::shadow_csr::ShadowEdge
- storage::vertex::VertexDataset
- storage::vid_labels::EidTypeIndex
- storage::vid_labels::VidLabelsIndex
Enums
- backend::types::ColumnProjection
- backend::types::DistanceMetric
- backend::types::FilterExpr
- backend::types::ScalarIndexType
- backend::types::VectorIndexType
- backend::types::WriteMode
- compaction::CompactionTask
- fork::scope::ForkLocalIndexKind
- runtime::Direction
- runtime::occ::Conflict
- runtime::wal::Mutation
- storage::delta::Op
- storage::direction::Direction
- storage::index_manager::IndexRebuildStatus
- storage::value_codec::CrdtDecodeMode
Traits
- backend::capabilities::FullTextSearchCapability
- backend::capabilities::ScalarIndexCapability
- backend::capabilities::VectorSearchCapability
- backend::traits::StorageBackend
- runtime::flush_coordinator::FinalizeFn
Functions
- backend::lance_branch::create_branch
- backend::lance_branch::create_branch_from
- backend::lance_branch::create_dataset_then_branch
- backend::lance_branch::create_fts_index_on_branch
- backend::lance_branch::create_scalar_index_on_branch
- backend::lance_branch::create_tag
- backend::lance_branch::create_vector_index_on_branch
- backend::lance_branch::current_version
- backend::lance_branch::current_version_on_branch
- backend::lance_branch::delete_branch
- backend::lance_branch::delete_from_branch
- backend::lance_branch::delete_tag
- backend::lance_branch::full_text_search_on_branch
- backend::lance_branch::list_branches
- backend::lance_branch::list_tags
- backend::lance_branch::open_branch
- backend::lance_branch::open_dataset
- backend::lance_branch::replace_branch_tip
- backend::lance_branch::vector_search_on_branch
- backend::lance_branch::write_to_branch
- backend::table_names::adjacency_table_name
- backend::table_names::delta_table_name
- backend::table_names::main_edge_table_name
- backend::table_names::main_vertex_table_name
- backend::table_names::vertex_table_name
- cloud::build_cloud_store
- cloud::build_store_from_url
- cloud::copy_store_prefix
- cloud::is_cloud_url
- fork::id_alloc::bootstrap_fork_from_primary_hwm
- fork::id_alloc::id_allocator_path
- fork::id_alloc::new_for_fork
- fork::id_alloc::new_for_fork_arc
- fork::index_builder::build_fork_local_index
- fork::recovery::recover_forks
- fork::wal::new_for_fork
- fork::wal::new_for_fork_arc
- fork::wal::wal_prefix
- fork::writer_factory::new_for_fork
- runtime::l0::serialize_constraint_key
- runtime::l0_visibility::accumulate_edge_props
- runtime::l0_visibility::accumulate_vertex_props
- runtime::l0_visibility::edge_exists_in_l0
- runtime::l0_visibility::get_edge_properties
- runtime::l0_visibility::get_edge_type
- runtime::l0_visibility::get_vertex_labels
- runtime::l0_visibility::get_vertex_labels_optional
- runtime::l0_visibility::get_vertex_properties
- runtime::l0_visibility::is_edge_deleted
- runtime::l0_visibility::is_vertex_deleted
- runtime::l0_visibility::lookup_edge_prop
- runtime::l0_visibility::lookup_vertex_prop
- runtime::l0_visibility::overlay_edge_batch
- runtime::l0_visibility::overlay_vertex_batch
- runtime::l0_visibility::vertex_exists_in_l0
- runtime::l0_visibility::visit_l0_buffers
- runtime::occ::crdt_carveout_overwrite
- storage::arrow_convert::arrow_to_value
- storage::arrow_convert::build_edge_column
- storage::arrow_convert::build_timestamp_column
- storage::arrow_convert::build_timestamp_column_from_eid_map
- storage::arrow_convert::build_timestamp_column_from_vid_map
- storage::arrow_convert::extract_vector_f32_values
- storage::arrow_convert::labels_from_list_array
- storage::arrow_convert::values_to_array
- storage::delta::check_oom_guard
- storage::manager::merge_insert_batch_with_lance_conflict_retry
- storage::manager::write_batch_with_lance_conflict_retry
- storage::property_builder::build_overflow_json_column
- storage::value_codec::decode_column_value
- storage::value_codec::value_from_column
- store_utils::delete_with_timeout
- store_utils::get_with_timeout
- store_utils::list_with_timeout
- store_utils::put_opts_with_timeout
- store_utils::put_with_timeout