List of all items
Structs
- compute::FheExecutor
- compute::circuit::Circuit
- compute::circuit::CircuitBuilder
- compute::circuit::CircuitOptimizer
- compute::gpu::GpuConfig
- compute::gpu::GpuDeviceInfo
- compute::gpu::GpuExecutor
- compute::key_manager::KeyManager
- compute::keys::FheKeyPair
- compute::keys::InMemoryKeyStorage
- compute::operations::EncryptedBool
- compute::operations::EncryptedU16
- compute::operations::EncryptedU32
- compute::operations::EncryptedU64
- compute::operations::EncryptedU8
- compute::optimizer::CircuitOptimizer
- compute::optimizer::DependencyGraph
- compute::optimizer::NodeId
- compute::optimizer::OptimizationStats
- compute::plan_cache::CacheKey
- compute::plan_cache::CacheStats
- compute::plan_cache::CachedPlan
- compute::plan_cache::PlanCache
- compute::plan_cache::PlanCacheConfig
- compute::planner::PlanCost
- compute::planner::PlannerStats
- compute::planner::QueryPlanner
- compute::predicate::PredicateCompiler
- error::CircuitBreaker
- error::ErrorContext
- error::ErrorLocation
- error::RecoverableError
- error::RetryExecutor
- memory_limiter::AllocationGuard
- memory_limiter::MemoryLimiter
- memory_limiter::OomError
- metrics::CoreMetrics
- storage::backup::BackupManager
- storage::backup::BackupMetadata
- storage::block_cache::BlockCache
- storage::block_cache::BlockCacheConfig
- storage::block_cache::BlockCacheKey
- storage::block_cache::CacheStats
- storage::block_cache::CachedBlock
- storage::bloom_filter::BloomFilter
- storage::bloom_filter::BloomFilterConfig
- storage::bloom_filter::BloomFilterMetadata
- storage::buffer_pool::BufferPool
- storage::buffer_pool::BufferPoolStats
- storage::buffer_pool::PooledBuffer
- storage::compaction::CompactionConfig
- storage::compaction::CompactionExecutor
- storage::compaction::CompactionPlanner
- storage::compaction::CompactionStats
- storage::compaction::CompactionStatsSnapshot
- storage::compaction::CompactionTask
- storage::compaction::CompactionThrottler
- storage::compaction::SizeTier
- storage::compaction::TombstoneEntry
- storage::lsm_storage::LsmTreeStorage
- storage::lsm_tree::LevelInfo
- storage::lsm_tree::LsmTree
- storage::lsm_tree::LsmTreeConfig
- storage::lsm_tree::LsmTreeStats
- storage::lsm_tree::SSTableMetadata
- storage::manifest::Manifest
- storage::manifest::ManifestConfig
- storage::manifest::ManifestEntry
- storage::manifest::ManifestSnapshot
- storage::memory::MemoryStorage
- storage::memtable::Memtable
- storage::memtable::MemtableConfig
- storage::secondary_index::IndexConfig
- storage::secondary_index::IndexEntry
- storage::secondary_index::IndexManager
- storage::secondary_index::IndexStats
- storage::secondary_index::SecondaryIndex
- storage::sstable::SSTableConfig
- storage::sstable::SSTableReader
- storage::sstable::SSTableWriter
- storage::value_log::ValueLog
- storage::value_log::ValueLogConfig
- storage::value_log::ValuePointer
- storage::value_log_gc::GcConfig
- storage::value_log_gc::GcResult
- storage::value_log_gc::GcStats
- storage::value_log_gc::SegmentStats
- storage::value_log_gc_worker::BgGcStats
- storage::value_log_gc_worker::GcWorker
- storage::value_log_gc_worker::GcWorkerBuilder
- storage::value_log_gc_worker::GcWorkerHandle
- storage::wal::RecoveryStats
- storage::wal::Wal
- storage::wal::WalConfig
- storage::wal::WalEntry
- storage::wal::WalReader
- types::CipherBlob
- types::CipherMetadata
- types::ColumnRef
- types::Key
- types::QueryBuilder
Enums
- compute::Gate
- compute::circuit::BinaryOperator
- compute::circuit::CircuitNode
- compute::circuit::CircuitValue
- compute::circuit::CompareOperator
- compute::circuit::ConstantType
- compute::circuit::EncryptedType
- compute::circuit::UnaryOperator
- compute::gpu::GpuBackend
- compute::planner::LogicalPlan
- compute::planner::PhysicalPlan
- error::AmateRSError
- error::CircuitState
- error::ErrorSeverity
- error::RecoveryStrategy
- storage::backup::BackupType
- storage::compaction::CompactionStrategy
- storage::compression::CompressionType
- storage::manifest::ManifestEntryType
- storage::secondary_index::IndexType
- storage::wal::WalEntryType
- types::CompressionType
- types::Predicate
- types::Query
- types::Update
Traits
Macros
Functions
- compute::circuit::count_encrypted_constants
- compute::circuit::count_plaintext_constants
- compute::circuit::decrypt_constant
- compute::circuit::encrypt_circuit_constants
- compute::circuit::encrypt_constant
- compute::circuit::is_encrypted_constant
- compute::predicate::compile_predicate
- error::suggest_recovery_strategy
- storage::backup::verify_directory
- storage::compression::compress_block
- storage::compression::decompress_block
- storage::value_log_gc_worker::spawn_gc_worker
- types::col
- utils::align_to
- utils::calculate_checksum
- utils::current_timestamp_micros
- utils::current_timestamp_millis
- utils::exponential_backoff
- utils::format_bytes
- utils::format_duration
- utils::is_power_of_two
- utils::linear_backoff
- utils::next_power_of_two
- utils::retry_with_backoff
- utils::verify_checksum
- validation::check_ciphertext_size
- validation::check_key_size
- validation::check_not_empty
- validation::check_positive