List of all items
Structs
- ast::Statement
- ast::ddl::ColumnDef
- ast::ddl::CreateIndex
- ast::ddl::CreateTable
- ast::ddl::DropIndex
- ast::ddl::DropTable
- ast::ddl::IndexOption
- ast::dml::Assignment
- ast::dml::Delete
- ast::dml::Insert
- ast::dml::OrderByExpr
- ast::dml::Select
- ast::dml::TableRef
- ast::dml::Update
- ast::expr::Expr
- ast::span::Location
- ast::span::Span
- catalog::ColumnMetadata
- catalog::IndexMetadata
- catalog::MemoryCatalog
- catalog::StorageOptions
- catalog::TableMetadata
- catalog::persistent::CatalogOverlay
- catalog::persistent::IndexFqn
- catalog::persistent::PersistedCatalogMeta
- catalog::persistent::PersistedColumnMeta
- catalog::persistent::PersistedIndexMeta
- catalog::persistent::PersistedNamespaceMeta
- catalog::persistent::PersistedStorageOptions
- catalog::persistent::PersistedTableMeta
- catalog::persistent::PersistentCatalog
- catalog::persistent::TableFqn
- catalog::persistent::TxnCatalogView
- columnar::statistics::ColumnStatistics
- columnar::statistics::RowGroupStatistics
- dialect::AlopexDialect
- executor::ColumnInfo
- executor::Executor
- executor::QueryResult
- executor::QueryRowIterator
- executor::Row
- executor::bulk::CopyField
- executor::bulk::CopyOptions
- executor::bulk::CopySchema
- executor::bulk::CopySecurityConfig
- executor::bulk::CsvReader
- executor::bulk::ParquetReader
- executor::evaluator::EvalContext
- executor::query::columnar_scan::ColumnarScan
- executor::query::columnar_scan::ColumnarScanIterator
- executor::query::iterator::FilterIterator
- executor::query::iterator::LimitIterator
- executor::query::iterator::ScanIterator
- executor::query::iterator::SortIterator
- executor::query::iterator::VecIterator
- parser::Parser
- parser::recursion::DepthGuard
- parser::recursion::RecursionCounter
- planner::Planner
- planner::aggregate_expr::AggregateExpr
- planner::knn_optimizer::KnnPattern
- planner::name_resolver::NameResolver
- planner::name_resolver::ResolvedColumn
- planner::type_checker::TypeChecker
- planner::typed_expr::ProjectedColumn
- planner::typed_expr::SortExpr
- planner::typed_expr::TypedAssignment
- planner::typed_expr::TypedExpr
- storage::bridge::BorrowedSqlTransaction
- storage::bridge::BorrowedSqlTxn
- storage::bridge::HnswTxnEntry
- storage::bridge::SqlTransaction
- storage::bridge::TxnBridge
- storage::codec::RowCodec
- storage::index::IndexScanIterator
- storage::index::IndexStorage
- storage::key::KeyEncoder
- storage::table::TableScanIterator
- storage::table::TableStorage
- tokenizer::Tokenizer
- tokenizer::token::TokenWithSpan
- tokenizer::token::Word
- unified_error::ErrorLocation
Enums
- ast::StatementKind
- ast::ddl::ColumnConstraint
- ast::ddl::DataType
- ast::ddl::IndexMethod
- ast::ddl::TableConstraint
- ast::ddl::VectorMetric
- ast::dml::SelectItem
- ast::expr::BinaryOp
- ast::expr::ExprKind
- ast::expr::Literal
- ast::expr::UnaryOp
- catalog::Compression
- catalog::RowIdMode
- catalog::StorageType
- catalog::persistent::CatalogError
- catalog::persistent::DataSourceFormat
- catalog::persistent::PersistedCompression
- catalog::persistent::PersistedIndexType
- catalog::persistent::PersistedRowIdMode
- catalog::persistent::PersistedStorageType
- catalog::persistent::PersistedType
- catalog::persistent::PersistedVectorMetric
- catalog::persistent::TableType
- error::ParserError
- executor::ConstraintViolation
- executor::EvaluationError
- executor::ExecutionResult
- executor::ExecutorError
- executor::bulk::FileFormat
- executor::evaluator::vector_ops::VectorError
- executor::evaluator::vector_ops::VectorMetric
- executor::query::columnar_scan::PushdownFilter
- parser::precedence::Precedence
- planner::PlannerError
- planner::aggregate_expr::AggregateFunction
- planner::knn_optimizer::SortDirection
- planner::logical_plan::LogicalPlan
- planner::typed_expr::Projection
- planner::typed_expr::TypedExprKind
- planner::types::ResolvedType
- storage::error::StorageError
- storage::value::SqlValue
- tokenizer::keyword::Keyword
- tokenizer::token::Token
- unified_error::SqlError
Traits
- ast::span::Spanned
- catalog::Catalog
- dialect::Dialect
- executor::bulk::BulkReader
- executor::query::iterator::RowIterator
- storage::bridge::SqlTxn
Functions
- columnar::statistics::compute_row_group_statistics
- executor::bulk::execute_copy
- executor::bulk::validate_file_path
- executor::bulk::validate_schema
- executor::evaluator::evaluate
- executor::evaluator::vector_ops::vector_distance
- executor::evaluator::vector_ops::vector_similarity
- executor::query::build_streaming_pipeline
- executor::query::columnar_scan::build_columnar_scan
- executor::query::columnar_scan::build_columnar_scan_for_filter
- executor::query::columnar_scan::create_columnar_scan_iterator
- executor::query::columnar_scan::execute_columnar_row_ids
- executor::query::columnar_scan::execute_columnar_scan
- executor::query::columnar_scan::expr_to_pushdown
- executor::query::columnar_scan::projection_to_columns
- executor::query::create_scan_iterator
- executor::query::execute_query
- executor::query::execute_query_streaming
- planner::knn_optimizer::detect_knn_pattern
Type Aliases
- SqlResult
- catalog::persistent::CatalogMeta
- catalog::persistent::NamespaceMeta
- error::Result
- executor::Result
- storage::bridge::TxnContext
- storage::error::Result