List of all items
Structs
- api::database::Database
- api::params::NamedParams
- api::rows::ResultRow
- api::rows::Rows
- api::statement::Statement
- api::transaction::Transaction
- common::buffer_pool::BufferPool
- common::buffer_pool::PoolStats
- common::compact_arc::CompactArc
- common::compact_vec::CompactVec
- common::compact_vec::IntoIter
- common::version::SemVer
- core::row::Row
- core::row::RowIterMut
- core::row_vec::RowVec
- core::row_vec::RowVecIter
- core::schema::Schema
- core::schema::SchemaBuilder
- core::schema::SchemaColumn
- core::types::IndexEntry
- executor::Executor
- executor::context::BatchAggregateLookupInfo
- executor::context::CancellationHandle
- executor::context::ExecutionContext
- executor::context::ExecutionContextBuilder
- executor::context::ExistsCorrelationInfo
- executor::context::TimeoutGuard
- executor::expression::CompileContext
- executor::expression::CompiledEvaluator
- executor::expression::ExecuteContext
- executor::expression::ExprCompiler
- executor::expression::ExprVM
- executor::expression::ExpressionEval
- executor::expression::JoinFilter
- executor::expression::MultiExpressionEval
- executor::expression::Program
- executor::expression::RowFilter
- executor::hash_table::JoinHashTable
- executor::hash_table::ProbeIter
- executor::join_executor::JoinAnalysis
- executor::join_executor::JoinExecutor
- executor::join_executor::JoinRequest
- executor::join_executor::JoinResult
- executor::join_executor::StreamingJoinRequest
- executor::operator::ColumnInfo
- executor::operator::CompositeRow
- executor::operator::DirectBuildCompositeRow
- executor::operator::EmptyOperator
- executor::operator::MaterializedOperator
- executor::operator::NullRow
- executor::operator::QueryResultOperator
- executor::operators::bloom_filter::BloomFilterOperator
- executor::operators::hash_join::HashJoinOperator
- executor::operators::index_nested_loop::BatchIndexNestedLoopJoinOperator
- executor::operators::index_nested_loop::IndexNestedLoopJoinOperator
- executor::operators::index_nested_loop::JoinProjection
- executor::operators::merge_join::MergeJoinOperator
- executor::operators::nested_loop_join::NestedLoopJoinOperator
- executor::parallel::ParallelConfig
- executor::parallel::ParallelHashTable
- executor::parallel::ParallelJoinResult
- executor::parallel::ParallelStats
- executor::parallel::SortSpec
- executor::pattern_cache::PatternCache
- executor::planner::ColumnStatsCache
- executor::planner::QueryPlanner
- executor::planner::RuntimeJoinDecision
- executor::pushdown::BetweenRule
- executor::pushdown::BooleanCheckRule
- executor::pushdown::BooleanLiteralRule
- executor::pushdown::ComparisonRule
- executor::pushdown::FunctionRule
- executor::pushdown::InListRule
- executor::pushdown::LikeRule
- executor::pushdown::LogicalAndRule
- executor::pushdown::LogicalNotRule
- executor::pushdown::LogicalOrRule
- executor::pushdown::LogicalXorRule
- executor::pushdown::NullCheckRule
- executor::pushdown::PushdownContext
- executor::pushdown::PushdownRegistry
- executor::query_cache::CacheStats
- executor::query_cache::CachedPlanRef
- executor::query_cache::CachedQueryPlan
- executor::query_cache::CompiledInsert
- executor::query_cache::CompiledPkDelete
- executor::query_cache::CompiledPkLookup
- executor::query_cache::CompiledPkUpdate
- executor::query_cache::CompiledUpdateColumn
- executor::query_cache::QueryCache
- executor::result::AliasedResult
- executor::result::ColumnarResult
- executor::result::DistinctResult
- executor::result::ExecResult
- executor::result::ExecutorResult
- executor::result::ExprMappedResult
- executor::result::FilteredResult
- executor::result::LimitedResult
- executor::result::OrderedResult
- executor::result::ProjectedResult
- executor::result::RadixOrderSpec
- executor::result::ScannerResult
- executor::result::StreamingProjectionResult
- executor::result::TopNResult
- executor::semantic_cache::CachedResult
- executor::semantic_cache::QueryFingerprint
- executor::semantic_cache::SemanticCache
- executor::semantic_cache::SemanticCacheStats
- executor::semantic_cache::SemanticCacheStatsSnapshot
- executor::utils::JoinProjectionIndices
- functions::FunctionInfo
- functions::FunctionSignature
- functions::aggregate::ArrayAggFunction
- functions::aggregate::AvgFunction
- functions::aggregate::CountFunction
- functions::aggregate::DistinctTracker
- functions::aggregate::FirstFunction
- functions::aggregate::GroupConcatFunction
- functions::aggregate::LastFunction
- functions::aggregate::MaxFunction
- functions::aggregate::MedianFunction
- functions::aggregate::MinFunction
- functions::aggregate::StddevFunction
- functions::aggregate::StddevPopFunction
- functions::aggregate::StddevSampFunction
- functions::aggregate::StringAggFunction
- functions::aggregate::SumFunction
- functions::aggregate::VarPopFunction
- functions::aggregate::VarSampFunction
- functions::aggregate::VarianceFunction
- functions::registry::FunctionRegistry
- functions::scalar::AbsFunction
- functions::scalar::CastFunction
- functions::scalar::CeilFunction
- functions::scalar::CeilingFunction
- functions::scalar::CharFunction
- functions::scalar::CharLengthFunction
- functions::scalar::CoalesceFunction
- functions::scalar::CollateFunction
- functions::scalar::ConcatFunction
- functions::scalar::ConcatWsFunction
- functions::scalar::CosFunction
- functions::scalar::CurrentDateFunction
- functions::scalar::CurrentTimestampFunction
- functions::scalar::DateAddFunction
- functions::scalar::DateDiffAliasFunction
- functions::scalar::DateDiffFunction
- functions::scalar::DateSubFunction
- functions::scalar::DateTruncFunction
- functions::scalar::DayFunction
- functions::scalar::ExpFunction
- functions::scalar::ExtractFunction
- functions::scalar::FloorFunction
- functions::scalar::GreatestFunction
- functions::scalar::HourFunction
- functions::scalar::IfNullFunction
- functions::scalar::IifFunction
- functions::scalar::InstrFunction
- functions::scalar::JsonArrayFunction
- functions::scalar::JsonArrayLengthFunction
- functions::scalar::JsonExtractFunction
- functions::scalar::JsonKeysFunction
- functions::scalar::JsonObjectFunction
- functions::scalar::JsonTypeFunction
- functions::scalar::JsonTypeOfFunction
- functions::scalar::JsonValidFunction
- functions::scalar::LeastFunction
- functions::scalar::LeftFunction
- functions::scalar::LengthFunction
- functions::scalar::LnFunction
- functions::scalar::LocateFunction
- functions::scalar::Log10Function
- functions::scalar::Log2Function
- functions::scalar::LogFunction
- functions::scalar::LowerFunction
- functions::scalar::LpadFunction
- functions::scalar::LtrimFunction
- functions::scalar::MinuteFunction
- functions::scalar::ModFunction
- functions::scalar::MonthFunction
- functions::scalar::NowFunction
- functions::scalar::NullIfFunction
- functions::scalar::PiFunction
- functions::scalar::PositionFunction
- functions::scalar::PowFunction
- functions::scalar::PowerFunction
- functions::scalar::RandomFunction
- functions::scalar::RepeatFunction
- functions::scalar::ReplaceFunction
- functions::scalar::ReverseFunction
- functions::scalar::RightFunction
- functions::scalar::RoundFunction
- functions::scalar::RpadFunction
- functions::scalar::RtrimFunction
- functions::scalar::SecondFunction
- functions::scalar::SignFunction
- functions::scalar::SinFunction
- functions::scalar::SleepFunction
- functions::scalar::SplitPartFunction
- functions::scalar::SqrtFunction
- functions::scalar::StrposFunction
- functions::scalar::SubstrFunction
- functions::scalar::SubstringFunction
- functions::scalar::TanFunction
- functions::scalar::TimeTruncFunction
- functions::scalar::ToCharFunction
- functions::scalar::TrimFunction
- functions::scalar::TruncFunction
- functions::scalar::TruncateFunction
- functions::scalar::TypeOfFunction
- functions::scalar::UpperFunction
- functions::scalar::VersionFunction
- functions::scalar::YearFunction
- functions::window::CumeDistFunction
- functions::window::DenseRankFunction
- functions::window::FirstValueFunction
- functions::window::LagFunction
- functions::window::LastValueFunction
- functions::window::LeadFunction
- functions::window::NthValueFunction
- functions::window::NtileFunction
- functions::window::PercentRankFunction
- functions::window::RankFunction
- functions::window::RowNumberFunction
- optimizer::aqe::AqeJoinResult
- optimizer::aqe::JoinAqeContext
- optimizer::bloom::BloomEffectivenessTracker
- optimizer::bloom::BloomFilter
- optimizer::bloom::BloomFilterBuilder
- optimizer::bloom::BloomFilterStats
- optimizer::bloom::RuntimeBloomFilter
- optimizer::cost::CostConstants
- optimizer::cost::CostEstimator
- optimizer::cost::JoinStats
- optimizer::cost::PlanCost
- optimizer::feedback::CardinalityFeedback
- optimizer::feedback::FeedbackCache
- optimizer::join::JoinCondition
- optimizer::join::JoinNode
- optimizer::join::JoinOptimizer
- optimizer::join::JoinPlan
- optimizer::join::JoinStep
- optimizer::join::SortOrder
- optimizer::simplify::ExpressionSimplifier
- optimizer::workload::EdgeAwarePlanner
- optimizer::workload::IndexRecommendation
- optimizer::workload::PatternStats
- optimizer::workload::WorkloadConfig
- optimizer::workload::WorkloadHints
- optimizer::workload::WorkloadLearner
- parser::ast::AliasedExpression
- parser::ast::AllAnyExpression
- parser::ast::AlterTableStatement
- parser::ast::AnalyzeStatement
- parser::ast::AsOfClause
- parser::ast::BeginStatement
- parser::ast::BetweenExpression
- parser::ast::BooleanLiteral
- parser::ast::CaseExpression
- parser::ast::CastExpression
- parser::ast::ColumnDefinition
- parser::ast::CommitStatement
- parser::ast::CommonTableExpression
- parser::ast::CreateIndexStatement
- parser::ast::CreateTableStatement
- parser::ast::CreateViewStatement
- parser::ast::CteReference
- parser::ast::DefaultExpression
- parser::ast::DeleteStatement
- parser::ast::DescribeStatement
- parser::ast::DistinctExpression
- parser::ast::DropIndexStatement
- parser::ast::DropTableStatement
- parser::ast::DropViewStatement
- parser::ast::ExistsExpression
- parser::ast::ExplainStatement
- parser::ast::ExpressionList
- parser::ast::ExpressionStatement
- parser::ast::FloatLiteral
- parser::ast::FunctionCall
- parser::ast::GroupByClause
- parser::ast::Identifier
- parser::ast::InExpression
- parser::ast::InHashSetExpression
- parser::ast::InfixExpression
- parser::ast::InsertStatement
- parser::ast::IntegerLiteral
- parser::ast::IntervalLiteral
- parser::ast::JoinTableSource
- parser::ast::LikeExpression
- parser::ast::ListExpression
- parser::ast::NullLiteral
- parser::ast::OrderByExpression
- parser::ast::Parameter
- parser::ast::PragmaStatement
- parser::ast::PrefixExpression
- parser::ast::Program
- parser::ast::QualifiedIdentifier
- parser::ast::QualifiedStarExpression
- parser::ast::RollbackStatement
- parser::ast::SavepointStatement
- parser::ast::ScalarSubquery
- parser::ast::SelectStatement
- parser::ast::SetOperation
- parser::ast::SetStatement
- parser::ast::ShowCreateTableStatement
- parser::ast::ShowCreateViewStatement
- parser::ast::ShowIndexesStatement
- parser::ast::ShowTablesStatement
- parser::ast::ShowViewsStatement
- parser::ast::SimpleTableSource
- parser::ast::StarExpression
- parser::ast::StringLiteral
- parser::ast::SubqueryTableSource
- parser::ast::TruncateStatement
- parser::ast::UpdateStatement
- parser::ast::ValuesTableSource
- parser::ast::WhenClause
- parser::ast::WindowDefinition
- parser::ast::WindowExpression
- parser::ast::WindowFrame
- parser::ast::WithClause
- parser::error::ParseError
- parser::error::ParseErrors
- parser::lexer::Lexer
- parser::parser::Parser
- parser::token::Position
- parser::token::Token
- storage::config::Config
- storage::config::PersistenceConfig
- storage::expression::between::BetweenExpr
- storage::expression::cast::CastExpr
- storage::expression::cast::CompoundExpr
- storage::expression::comparison::ComparisonExpr
- storage::expression::function::EvalExpr
- storage::expression::function::FunctionExpr
- storage::expression::in_list::InListExpr
- storage::expression::like::LikeExpr
- storage::expression::logical::AndExpr
- storage::expression::logical::ConstBoolExpr
- storage::expression::logical::NotExpr
- storage::expression::logical::OrExpr
- storage::expression::null_check::NullCheckExpr
- storage::expression::range::RangeBounds
- storage::expression::range::RangeExpr
- storage::index::btree::BTree
- storage::index::btree::BTreeIterator
- storage::index::int64_btree::Int64BTree
- storage::index::int64_btree::Int64BTreeIterator
- storage::mvcc::arena::ArenaInner
- storage::mvcc::arena::ArenaReadGuard
- storage::mvcc::arena::ArenaRowMeta
- storage::mvcc::arena::RowArena
- storage::mvcc::bitmap_index::BitmapIndex
- storage::mvcc::btree_index::BTreeIndex
- storage::mvcc::engine::CleanupHandle
- storage::mvcc::engine::MVCCEngine
- storage::mvcc::engine::ViewDefinition
- storage::mvcc::file_lock::FileLock
- storage::mvcc::hash_index::HashIndex
- storage::mvcc::multi_column_index::CompositeKey
- storage::mvcc::multi_column_index::MultiColumnIndex
- storage::mvcc::persistence::IndexMetadata
- storage::mvcc::persistence::PersistenceManager
- storage::mvcc::persistence::PersistenceMeta
- storage::mvcc::registry::TransactionRegistry
- storage::mvcc::registry::TxnState
- storage::mvcc::scanner::EmptyScanner
- storage::mvcc::scanner::MVCCScanner
- storage::mvcc::scanner::RangeScanner
- storage::mvcc::scanner::SingleRowScanner
- storage::mvcc::snapshot::DiskVersionStore
- storage::mvcc::snapshot::SnapshotReader
- storage::mvcc::snapshot::SnapshotWriter
- storage::mvcc::streaming_result::AggregationScanner
- storage::mvcc::streaming_result::StreamingResult
- storage::mvcc::streaming_result::VisibleRowInfo
- storage::mvcc::table::MVCCTable
- storage::mvcc::transaction::MvccTransaction
- storage::mvcc::version_store::GroupedAggregateResult
- storage::mvcc::version_store::RowIndex
- storage::mvcc::version_store::RowVersion
- storage::mvcc::version_store::TransactionVersionStore
- storage::mvcc::version_store::VersionStore
- storage::mvcc::version_store::WriteSetEntry
- storage::mvcc::wal_manager::CheckpointMetadata
- storage::mvcc::wal_manager::CommittedTxnInfo
- storage::mvcc::wal_manager::TwoPhaseRecoveryInfo
- storage::mvcc::wal_manager::WALEntry
- storage::mvcc::wal_manager::WALManager
- storage::mvcc::wal_manager::WalFlags
- storage::mvcc::zonemap::ColumnZoneMap
- storage::mvcc::zonemap::PruneStats
- storage::mvcc::zonemap::TableZoneMap
- storage::mvcc::zonemap::ZoneMapBuilder
- storage::mvcc::zonemap::ZoneMapEntry
- storage::statistics::ColumnCorrelations
- storage::statistics::ColumnStats
- storage::statistics::Histogram
- storage::statistics::SelectivityEstimator
- storage::statistics::TableStats
- storage::traits::result::EmptyResult
- storage::traits::result::MemoryResult
- storage::traits::scanner::EmptyScanner
- storage::traits::scanner::VecScanner
Enums
- core::error::Error
- core::row::RowIter
- core::types::DataType
- core::types::IndexType
- core::types::IsolationLevel
- core::types::Operator
- core::value::Value
- executor::expression::CompileError
- executor::expression::Constant
- executor::expression::Op
- executor::operator::RowRef
- executor::operators::hash_join::JoinSide
- executor::operators::hash_join::JoinType
- executor::operators::index_nested_loop::IndexLookupStrategy
- executor::parallel::SortDirection
- executor::pattern_cache::CompiledPattern
- executor::planner::RuntimeJoinAlgorithm
- executor::planner::StatsHealth
- executor::pushdown::PushdownResult
- executor::query_cache::CompiledExecution
- executor::query_cache::PkValueSource
- executor::query_cache::UpdateValueSource
- executor::semantic_cache::CacheLookupResult
- executor::semantic_cache::SubsumptionResult
- functions::FunctionDataType
- functions::FunctionType
- functions::aggregate::compiled::CompiledAggregate
- functions::aggregate::compiled::SumState
- optimizer::aqe::AqeJoinDecision
- optimizer::cost::AccessMethod
- optimizer::cost::BuildSide
- optimizer::cost::JoinAlgorithm
- optimizer::workload::EdgeJoinRecommendation
- optimizer::workload::EdgeMode
- optimizer::workload::QueryPattern
- optimizer::workload::TemporalPattern
- parser::ast::AllAnyType
- parser::ast::AlterTableOperation
- parser::ast::ColumnConstraint
- parser::ast::ColumnOrConstraint
- parser::ast::Expression
- parser::ast::GroupByModifier
- parser::ast::IndexMethod
- parser::ast::InfixOperator
- parser::ast::PrefixOperator
- parser::ast::SetOperationType
- parser::ast::Statement
- parser::ast::TableConstraint
- parser::ast::WindowFrameBound
- parser::ast::WindowFrameUnit
- parser::precedence::Precedence
- parser::token::TokenType
- storage::config::SyncMode
- storage::expression::comparison::ComparisonValue
- storage::expression::compiled::CompiledFilter
- storage::expression::compiled::CompiledPattern
- storage::expression::function::FunctionArg
- storage::mvcc::MvccError
- storage::mvcc::registry::TxnStatus
- storage::mvcc::transaction::TransactionState
- storage::mvcc::version_store::AggregateOp
- storage::mvcc::version_store::AggregateResult
- storage::mvcc::version_store::GroupKey
- storage::mvcc::wal_manager::CheckpointSectionType
- storage::mvcc::wal_manager::WALOperationType
- storage::statistics::HistogramOp
- storage::traits::table::ScanPlan
- storage::traits::transaction::TemporalType
Traits
- api::database::FromValue
- api::params::Params
- api::params::ToParam
- api::rows::FromRow
- executor::expression::SubqueryExecutor
- executor::operator::Operator
- executor::pushdown::PushdownRule
- functions::AggregateFunction
- functions::ScalarFunction
- functions::WindowFunction
- parser::ast::Node
- storage::expression::Expression
- storage::mvcc::transaction::TransactionEngineOperations
- storage::mvcc::version_store::VisibilityChecker
- storage::traits::engine::Engine
- storage::traits::index_trait::Index
- storage::traits::result::QueryResult
- storage::traits::scanner::Scanner
- storage::traits::table::Table
- storage::traits::transaction::Transaction
Macros
Functions
- common::buffer_pool::global::large
- common::buffer_pool::global::medium
- common::buffer_pool::global::small
- common::int_maps::new_btree_int64_map
- common::int_maps::new_concurrent_int64_map
- common::int_maps::new_int64_map
- common::int_maps::new_int64_map_with_capacity
- common::version::version
- common::version::version_info
- core::row_vec::clear_row_vec_pool
- core::value::parse_timestamp
- executor::context::cache_batch_aggregate
- executor::context::cache_batch_aggregate_info
- executor::context::cache_count_counter
- executor::context::cache_exists_correlation
- executor::context::cache_exists_fetcher
- executor::context::cache_exists_index
- executor::context::cache_exists_pred_key
- executor::context::cache_exists_predicate
- executor::context::cache_exists_schema
- executor::context::cache_in_subquery
- executor::context::cache_scalar_subquery
- executor::context::cache_semi_join_arc
- executor::context::clear_all_thread_local_caches
- executor::context::clear_batch_aggregate_cache
- executor::context::clear_batch_aggregate_info_cache
- executor::context::clear_count_counter_cache
- executor::context::clear_exists_correlation_cache
- executor::context::clear_exists_fetcher_cache
- executor::context::clear_exists_index_cache
- executor::context::clear_exists_pred_key_cache
- executor::context::clear_exists_predicate_cache
- executor::context::clear_exists_schema_cache
- executor::context::clear_in_subquery_cache
- executor::context::clear_scalar_subquery_cache
- executor::context::clear_semi_join_cache
- executor::context::compute_semi_join_cache_key
- executor::context::get_cached_batch_aggregate
- executor::context::get_cached_batch_aggregate_info
- executor::context::get_cached_count_counter
- executor::context::get_cached_exists_correlation
- executor::context::get_cached_exists_fetcher
- executor::context::get_cached_exists_index
- executor::context::get_cached_exists_pred_key
- executor::context::get_cached_exists_predicate
- executor::context::get_cached_exists_schema
- executor::context::get_cached_in_subquery
- executor::context::get_cached_scalar_subquery
- executor::context::get_cached_semi_join
- executor::context::invalidate_semi_join_cache_for_table
- executor::expression::compile_expression
- executor::expression::compile_expression_with_context
- executor::expression::compute_expression_hash
- executor::hash_table::hash_keys_with
- executor::hash_table::hash_row_keys
- executor::hash_table::verify_key_equality
- executor::parallel::hash_row_by_keys
- executor::parallel::parallel_distinct
- executor::parallel::parallel_filter
- executor::parallel::parallel_filter_owned
- executor::parallel::parallel_filter_with_stats
- executor::parallel::parallel_hash_build
- executor::parallel::parallel_hash_join
- executor::parallel::parallel_hash_probe
- executor::parallel::parallel_order_by
- executor::parallel::parallel_order_by_fn
- executor::parallel::parallel_order_by_unstable
- executor::parallel::parallel_project
- executor::parallel::parallel_sort
- executor::parallel::parallel_sort_unstable
- executor::parallel::verify_key_match
- executor::pattern_cache::global_pattern_cache
- executor::pushdown::registry
- executor::pushdown::try_pushdown
- executor::semantic_cache::check_subsumption
- executor::utils::add_table_qualifier
- executor::utils::build_column_index_map
- executor::utils::collect_table_qualifiers
- executor::utils::combine_predicates_with_and
- executor::utils::combine_rows
- executor::utils::combine_rows_with_nulls
- executor::utils::compare_values
- executor::utils::compute_join_projection
- executor::utils::dummy_token
- executor::utils::dummy_token_clone
- executor::utils::dummy_token_ref
- executor::utils::expression_contains_aggregate
- executor::utils::expression_has_parameters
- executor::utils::expression_to_string
- executor::utils::expressions_equivalent
- executor::utils::extract_and_conditions
- executor::utils::extract_base_column_name
- executor::utils::extract_column_name
- executor::utils::extract_column_name_with_qualifier
- executor::utils::extract_join_keys_and_residual
- executor::utils::extract_literal_value
- executor::utils::filter_references_column
- executor::utils::find_column_index
- executor::utils::flatten_and_predicates
- executor::utils::flip_operator
- executor::utils::get_table_alias_from_expr
- executor::utils::hash_composite_key
- executor::utils::hash_row
- executor::utils::hash_value_into
- executor::utils::infix_to_operator
- executor::utils::is_aggregate_function
- executor::utils::is_sorted_on_keys
- executor::utils::rows_equal
- executor::utils::string_to_datatype
- executor::utils::strip_table_qualifier
- executor::utils::substitute_filter_column
- executor::utils::substitute_outer_references
- executor::utils::value_to_expression
- executor::utils::values_equal
- executor::utils::verify_composite_key_equality
- functions::registry::global_registry
- functions::scalar::value_as_str
- functions::scalar::value_to_f64
- functions::scalar::value_to_i64
- functions::scalar::value_to_string
- optimizer::aqe::decide_join_algorithm
- optimizer::feedback::extract_column_from_predicate
- optimizer::feedback::fingerprint_predicate
- optimizer::feedback::global_feedback_cache
- optimizer::simplify::simplify_expression
- optimizer::simplify::simplify_expression_fixed_point
- optimizer::workload::global_workload_learner
- parser::parse_sql
- parser::token::is_keyword
- parser::token::is_operator
- parser::token::is_operator_char
- parser::token::is_punctuator
- parser::token::punctuator_str
- storage::expression::compiled::clear_regex_cache
- storage::expression::like::clear_like_regex_cache
- storage::mvcc::btree_index::intersect_multiple_sorted_ids
- storage::mvcc::btree_index::intersect_sorted_ids
- storage::mvcc::btree_index::union_multiple_sorted_ids
- storage::mvcc::btree_index::union_sorted_ids
- storage::mvcc::persistence::deserialize_row_version
- storage::mvcc::persistence::deserialize_value
- storage::mvcc::persistence::serialize_row_version
- storage::mvcc::persistence::serialize_value
- storage::mvcc::timestamp::get_fast_timestamp
- storage::statistics::is_stats_table
Type Aliases
- api::params::ParamVec
- common::int_maps::BTreeInt64Map
- common::int_maps::ConcurrentInt64Map
- common::int_maps::FxBuildHasher
- common::int_maps::Int64Map
- common::int_maps::Int64Set
- core::error::Result
- executor::context::RowCounter
- executor::context::RowFetcher
- executor::expression::SharedProgram
- executor::result::StreamingFilterResult
- functions::NativeFn1
- storage::statistics::CorrelationCoefficient
Statics
Constants
- api::database::FILE_SCHEME
- api::database::MEMORY_SCHEME
- common::version::BUILD_TIME
- common::version::GIT_COMMIT
- common::version::MAJOR
- common::version::MINOR
- common::version::PATCH
- common::version::VERSION
- core::value::NULL_VALUE
- executor::parallel::DEFAULT_PARALLEL_CHUNK_SIZE
- executor::parallel::DEFAULT_PARALLEL_FILTER_THRESHOLD
- executor::parallel::DEFAULT_PARALLEL_JOIN_THRESHOLD
- executor::parallel::DEFAULT_PARALLEL_SORT_THRESHOLD
- executor::query_cache::DEFAULT_CACHE_SIZE
- executor::semantic_cache::DEFAULT_CACHE_TTL_SECS
- executor::semantic_cache::DEFAULT_MAX_CACHED_ROWS
- executor::semantic_cache::DEFAULT_MAX_GLOBAL_CACHED_ROWS
- executor::semantic_cache::DEFAULT_SEMANTIC_CACHE_SIZE
- optimizer::aqe::AQE_SWITCH_THRESHOLD
- optimizer::aqe::MAX_ROWS_FOR_NESTED_LOOP
- optimizer::aqe::MIN_ROWS_FOR_HASH_JOIN
- optimizer::cost::DEFAULT_COST_CONSTANTS
- optimizer::feedback::DEFAULT_DECAY_FACTOR
- optimizer::feedback::MAX_CORRECTION_FACTOR
- optimizer::feedback::MIN_CORRECTION_FACTOR
- optimizer::feedback::MIN_SAMPLE_COUNT
- storage::mvcc::persistence::DDL_TXN_ID
- storage::mvcc::persistence::DEFAULT_KEEP_SNAPSHOTS
- storage::mvcc::persistence::DEFAULT_SNAPSHOT_INTERVAL
- storage::mvcc::registry::INVALID_TRANSACTION_ID
- storage::mvcc::registry::RECOVERY_TRANSACTION_ID
- storage::mvcc::wal_manager::DEFAULT_WAL_BUFFER_SIZE
- storage::mvcc::wal_manager::DEFAULT_WAL_FLUSH_TRIGGER
- storage::mvcc::wal_manager::DEFAULT_WAL_MAX_SIZE
- storage::mvcc::wal_manager::MARKER_TXN_ID
- storage::mvcc::zonemap::DEFAULT_SEGMENT_SIZE
- storage::statistics::CREATE_COLUMN_STATS_SQL
- storage::statistics::CREATE_TABLE_STATS_SQL
- storage::statistics::DEFAULT_HISTOGRAM_BUCKETS
- storage::statistics::DEFAULT_SAMPLE_SIZE
- storage::statistics::SYS_COLUMN_STATS
- storage::statistics::SYS_TABLE_STATS