List of all items
Structs
- connection::Annotation
- connection::ConceptUpsert
- connection::Database
- error::Overlap
- graph::builder::TraversalBuilder
- graph::edge::EdgeAssertion
- graph::subgraph::EdgeRef
- graph::subgraph::NodeData
- graph::subgraph::Subgraph
- graph::vector_filter::CostEstimate
- graph::vector_filter::CostEstimator
- graph::vector_filter::FilteredVectorSearch
- integrity::rebuild::RebuildReport
- metrics::ActorMetrics
- metrics::HoldTimer
- schema::migrations::MigrationOutcome
- temporal::archive::ArchiveReport
- temporal::as_of::NodeAttributes
- temporal::interval::Interval
- temporal::replay::ChainCheck
- temporal::replay::MaterializedState
- temporal::snapshot::SnapshotCadence
- util::clock::FakeClock
- util::clock::SystemClock
- vector::embedding::EmbeddingCodec
- vector::hybrid::HybridHit
- vector::hybrid::HybridSearch
- vector::model::ModelName
- vector::search::VectorSearchResult
Enums
- connection::HighPriCommand
- connection::LowPriCommand
- error::AbortKind
- error::DbError
- error::WriteOp
- graph::builder::AttributeMode
- graph::vector_filter::CandidateCount
- graph::vector_filter::VectorFilterStrategy
- integrity::shadow::ShadowOutcome
- integrity::shadow::ShadowStep
- metrics::CommandKind
Traits
Functions
- connection::estimated_bulk_hold
- error::abort_kind
- error::classify
- graph::algorithms::astar
- graph::algorithms::dijkstra
- graph::algorithms::k_core
- graph::algorithms::louvain
- graph::algorithms::modularity
- graph::algorithms::scc
- graph::edge::validate_edge_type
- integrity::audit::audit_current
- integrity::rebuild::rebuild_current
- schema::ddl::create_embeddings_index
- schema::ddl::create_embeddings_table
- schema::migrations::current_version
- schema::migrations::run
- schema::seed::seed_bootstrap
- temporal::archive::archive
- temporal::as_of::hydrate_attributes
- temporal::as_of::query_as_of_edges
- temporal::replay::reconstruct
- temporal::replay::verify_snapshot_chain
- temporal::snapshot::cleanup_expired_snapshots
- temporal::snapshot::load_snapshot
- temporal::snapshot::save_snapshot
- temporal::snapshot::write_final
- util::clock::format_iso8601_utc
- util::clock::parse_iso8601_utc
- util::ids::generate_id
- util::ids::is_ulid
- util::ids::validate_id
- util::timestamp::format
- util::timestamp::is_canonical
- util::timestamp::normalize
- util::timestamp::parse
- vector::hybrid::escape_fts5_query
- vector::hybrid::keyword_search
- vector::registry::declared_dimension
- vector::registry::registered_models
- vector::search::reciprocal_rank_fusion
- vector::search::search_vector
Type Aliases
Constants
- connection::BULK_ATOMIC_WARN_HOLD
- connection::CHUNK_BUDGET
- connection::MAX_ARCHIVE_SESSIONS
- connection::chunk_rows::ANNOTATIONS
- connection::chunk_rows::CONCEPTS
- connection::chunk_rows::EDGES
- connection::chunk_rows::EMBEDDINGS
- graph::vector_filter::DEFAULT_BYTE_BUDGET
- graph::vector_filter::DEFAULT_PROBE_CAP
- metrics::BUCKET_BOUNDS_MICROS
- metrics::BUCKET_COUNT
- schema::ddl::ABORT_DELETE_GUARD
- schema::ddl::ABORT_MONOTONIC_RA
- schema::ddl::ABORT_SINGLE_OPEN
- schema::ddl::ARCHIVE_SESSION_MARKER
- schema::ddl::CREATE_ANALYTICS_ANNOTATIONS_TABLE
- schema::ddl::CREATE_CONCEPTS_FTS
- schema::ddl::CREATE_CONCEPTS_TABLE
- schema::ddl::CREATE_INDICES
- schema::ddl::CREATE_LINKS_CURRENT_TABLE
- schema::ddl::CREATE_LINKS_TABLE
- schema::ddl::CREATE_TRANSACTION_LOG_TABLE
- schema::ddl::CREATE_TRIGGERS
- schema::ddl::REBUILD_CONCEPTS_FTS
- schema::ddl::VERIFY_CONCEPTS_FTS
- schema::ddl::WEIGHT_CHECK
- schema::migrations::SCHEMA_VERSION
- util::ids::RESERVED_ID_CHARS
- util::limits::HYDRATE_CHUNK
- util::limits::SQLITE_MAX_VARIABLE_NUMBER
- util::timestamp::CANONICAL_TS_GLOB
- util::timestamp::OPEN_SENTINEL
- util::timestamp::TIMESTAMP_LEN
- vector::hybrid::RRF_K