List of all items
Structs
- auth::Principal
- auth::RoleEntry
- auth::UserEntry
- auth_state::AuthState
- auth_state::DefaultTableAuthChecker
- be_tree::BeTree
- cache::CacheStats
- cache::DecodedPageCache
- cache::PageCache
- cache::Sharded
- catalog::Catalog
- catalog::CatalogEntry
- constraint::CheckConstraint
- constraint::ForeignKey
- constraint::TableConstraints
- constraint::UniqueConstraint
- cursor::MultiRunCursor
- cursor::NativePageCursor
- database::ChangeEvent
- database::CheckIssue
- database::Database
- database::ExternalTriggerWriteResult
- encryption::Kek
- encryption::PlaintextCipher
- encryption::RunEncryption
- engine::ApproxResult
- engine::CachedAgg
- engine::ColumnStat
- engine::IncrementalAggResult
- engine::Table
- epoch::Epoch
- epoch::EpochAuthority
- epoch::EpochClock
- epoch::Snapshot
- external_table::ExternalTableDefinition
- external_table::ExternalTableEntry
- external_table::ModuleCapabilities
- gc::CheckReport
- gc::DoctorReport
- gc::GcReport
- global_idx::IndexSnapshot
- global_idx::LoadedIndexes
- index::ann::AnnIndex
- index::bitmap::BitmapIndex
- index::fm_index::FmIndex
- index::hnsw::Hnsw
- index::hot::HotIndex
- index::learned_range::ColumnLearnedRange
- index::learned_range::ColumnLearnedRangeSnapshot
- index::minhash::MinHashIndex
- index::pgm::LinearLearnedIndex
- index::pgm::PgmIndex
- index::pgm::PgmSegment
- index::sparse::SparseIndex
- manifest::LegacyManifestV2
- manifest::Manifest
- manifest::RetiredRun
- manifest::RunRef
- memtable::Memtable
- memtable::Row
- mutable_run::MutableRun
- page::CachedPage
- page::PageStat
- pma::Pma
- procedure::ProcedureBody
- procedure::ProcedureCallResult
- procedure::ProcedureCallRow
- procedure::ProcedureCell
- procedure::ProcedureEntry
- procedure::ProcedureParam
- procedure::StoredProcedure
- query::Query
- reservoir::Reservoir
- retention::ActiveSpills
- retention::OwnedSnapshotGuard
- retention::SnapshotGuard
- retention::SnapshotRegistry
- retention::SpillGuard
- rowid::RowId
- rowid::RowIdAllocator
- schema::AlterColumn
- schema::ColumnDef
- schema::ColumnFlags
- schema::IndexDef
- schema::Schema
- sorted_run::ColumnPageHeader
- sorted_run::ColumnPayload
- sorted_run::RunHeader
- sorted_run::RunReader
- sorted_run::RunSpec
- sorted_run::RunWriter
- trace::QueryTrace
- trigger::StoredTrigger
- trigger::TriggerCell
- trigger::TriggerConfig
- trigger::TriggerDefinition
- trigger::TriggerEntry
- trigger::TriggerProgram
- txn::ActiveTxnGuard
- txn::ActiveTxns
- txn::ConflictIndex
- txn::GroupCommit
- txn::OwnedRow
- txn::PutResult
- txn::Transaction
- txn::UpsertResult
- wal::AddedRun
- wal::Record
- wal::SharedWal
- wal::Wal
- wal::WalReader
Enums
- auth::Permission
- auth_state::RequiredPermission
- catalog::TableState
- columnar::Compress
- columnar::NativeColumn
- constraint::CheckExpr
- constraint::FkAction
- database::ExternalTriggerBaseWrite
- database::ExternalTriggerWrite
- engine::AggState
- engine::ApproxAgg
- engine::IndexBuildPolicy
- engine::NativeAgg
- engine::NativeAggResult
- error::MongrelError
- external_table::ModuleArg
- memtable::Value
- page::Encoding
- procedure::ProcedureCallOutput
- procedure::ProcedureCondition
- procedure::ProcedureMode
- procedure::ProcedureStep
- procedure::ProcedureValue
- query::Condition
- schema::IndexKind
- schema::TypeId
- trace::IndexRebuild
- trace::JoinMode
- trace::ScanMode
- trigger::TriggerCondition
- trigger::TriggerEvent
- trigger::TriggerExpr
- trigger::TriggerRaiseAction
- trigger::TriggerStep
- trigger::TriggerTarget
- trigger::TriggerTiming
- trigger::TriggerValue
- txn::IsolationLevel
- txn::UpsertAction
- txn::UpsertActionKind
- txn::WriteKey
- wal::DdlOp
- wal::Op
Traits
- auth_state::TableAuthChecker
- cursor::Cursor
- database::ExternalTriggerBridge
- encryption::Cipher
- index::pgm::LearnedIndex
Functions
- auth::hash_password
- auth::verify_password
- catalog::read
- catalog::write_atomic
- columnar::all_non_null
- columnar::decode_column
- columnar::decode_page
- columnar::decode_page_native
- columnar::encode_column
- columnar::encode_key_native
- columnar::encode_page
- columnar::encode_page_native
- columnar::native_bytes_at
- columnar::native_min_max
- columnar::null_native
- columnar::page_stat_for
- columnar::rows_to_native
- columnar::validity_bit
- columnar::values_to_native
- cursor::drain_cursor_to_columns
- encryption::fill_random
- encryption::meta_dek_for
- encryption::wal_dek_for
- global_idx::path
- global_idx::read
- global_idx::remove
- global_idx::write_atomic
- index::minhash::minhash_token_hash
- index::minhash::token_hashes_from_bytes
- manifest::read
- manifest::write_atomic
- query::canonical_query_key
- query::condition_columns
- sorted_run::read_column_dir
- sorted_run::read_header
- sorted_run::write_run
- sorted_run::write_run_with
- tsv::export_tsv
- tsv::import_tsv
- wal::frame_nonce_for
- wal::replay
- wal::replay_with_cipher
Type Aliases
Constants
- cache::CACHE_SHARDS
- catalog::CATALOG_FILENAME
- catalog::META_DEK_LEN
- database::EXTERNAL_TABLE_ID
- database::KEYS_FILENAME
- database::META_DIR
- database::TABLES_DIR
- database::VTAB_DIR
- database::WAL_TABLE_ID
- encryption::DEK_LEN
- engine::CACHE_DIR
- engine::KEYS_FILENAME
- engine::META_DIR
- engine::RCACHE_DIR
- engine::RUNS_DIR
- engine::SCHEMA_FILENAME
- engine::WAL_DIR
- global_idx::IDX_DIR
- global_idx::IDX_FILENAME
- global_idx::IDX_MAGIC
- global_idx::IDX_VERSION
- manifest::MANIFEST_FILENAME
- manifest::MANIFEST_MAGIC
- manifest::MANIFEST_VERSION
- manifest::META_DEK_LEN
- sorted_run::RUN_FLAG_CLEAN
- sorted_run::RUN_FLAG_ENCRYPTED
- sorted_run::RUN_FLAG_TOMBSTONE_ONLY
- sorted_run::RUN_FLAG_UNIFORM_EPOCH
- sorted_run::RUN_FORMAT_VERSION
- sorted_run::RUN_HEADER_PAD
- sorted_run::RUN_HEADER_VERSION
- sorted_run::RUN_MAGIC
- sorted_run::SORT_KEY_ROW_ID
- sorted_run::SYS_DELETED
- sorted_run::SYS_EPOCH
- sorted_run::SYS_ROW_ID
- wal::SYSTEM_TXN_ID
- wal::WAL_MAGIC