List of all items
Structs
- connection::Annotation
- connection::BulkControl
- connection::BulkProgress
- connection::CancelToken
- connection::CheckpointReport
- connection::ConceptUpsert
- connection::Database
- connection::Tuning
- error::BulkInterrupted
- error::Overlap
- graph::CostEstimate
- graph::CostEstimator
- graph::EdgeAssertion
- graph::EdgeRef
- graph::FilteredVectorSearch
- graph::NodeData
- graph::Subgraph
- graph::TraversalBuilder
- integrity::RebuildReport
- metrics::ActorMetrics
- metrics::HoldTimer
- metrics::KindSnapshot
- metrics::MetricsSnapshot
- schema::MigrationOutcome
- temporal::ArchiveReport
- temporal::AsOf
- temporal::ChainCheck
- temporal::Interval
- temporal::MaterializedState
- temporal::NodeAttributes
- temporal::RehydrateReport
- temporal::SnapshotCadence
- util::FakeClock
- util::SystemClock
- vector::EmbeddingCodec
- vector::HybridHit
- vector::HybridSearch
- vector::ModelName
- vector::VectorSearchResult
Enums
- connection::CadencePolicy
- connection::WalCheckpointPolicy
- error::AbortKind
- error::DbError
- error::StatedInstants
- error::WriteOp
- graph::AttributeMode
- graph::CandidateCount
- graph::VectorFilterStrategy
- integrity::ShadowOutcome
- integrity::ShadowStep
- metrics::CommandKind
- util::FutureStampPolicy
Traits
Functions
- connection::estimated_bulk_hold
- error::abort_kind
- error::classify
- graph::astar
- graph::dijkstra
- graph::k_core
- graph::louvain
- graph::modularity
- graph::scc
- graph::validate_edge_type
- integrity::audit_current
- integrity::rebuild_current
- prelude::archive
- schema::current_version
- schema::ddl::create_embeddings_index
- schema::ddl::create_embeddings_table
- schema::run_migrations
- schema::seed_bootstrap
- temporal::archivable_concepts
- temporal::archive
- temporal::cleanup_expired_snapshots
- temporal::hydrate_attributes
- temporal::load_snapshot
- temporal::query_as_of_edges
- temporal::reconstruct
- temporal::rehydrate
- temporal::save_snapshot
- temporal::verify_snapshot_chain
- temporal::write_final
- util::format_iso8601_utc
- util::generate_id
- util::is_ulid
- util::parse_iso8601_utc
- util::timestamp::format
- util::timestamp::is_canonical
- util::timestamp::normalize
- util::timestamp::parse
- util::validate_id
- vector::declared_dimension
- vector::escape_fts5_query
- vector::keyword_search
- vector::reciprocal_rank_fusion
- vector::registered_models
- vector::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::DEFAULT_BYTE_BUDGET
- graph::DEFAULT_PROBE_CAP
- metrics::BUCKET_BOUNDS_MICROS
- metrics::BUCKET_COUNT
- schema::SCHEMA_VERSION
- schema::ddl::ABORT_DELETE_GUARD
- schema::ddl::ABORT_MONOTONIC_RA
- schema::ddl::ABORT_SINGLE_OPEN
- schema::ddl::ANALYSIS_LIMIT
- schema::ddl::ANALYZE
- schema::ddl::ARCHIVE_SESSION_MARKER
- schema::ddl::CREATE_ANALYTICS_ANNOTATIONS_TABLE
- schema::ddl::CREATE_CONCEPTS_FTS
- schema::ddl::CREATE_CONCEPTS_GUARD_DELETE
- schema::ddl::CREATE_CONCEPTS_LOG_INSERT
- 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::OPTIMIZE
- schema::ddl::REBUILD_CONCEPTS_FTS
- schema::ddl::VERIFY_CONCEPTS_FTS
- schema::ddl::WEIGHT_CHECK
- util::DEFAULT_FUTURE_STAMP_TOLERANCE
- util::HYDRATE_CHUNK
- util::RESERVED_ID_CHARS
- util::SQLITE_MAX_VARIABLE_NUMBER
- util::timestamp::CANONICAL_TS_GLOB
- util::timestamp::OPEN_SENTINEL
- util::timestamp::TIMESTAMP_LEN
- vector::RRF_K