List of all items
Structs
- binder::Binder
- binder::BinderContext
- binder::copy::ExtSource
- db::DBTransaction
- db::Database
- planner::LogicalPlan
- planner::operator::aggregate::AggregateOperator
- planner::operator::alter_table::add_column::AddColumnOperator
- planner::operator::alter_table::drop_column::DropColumnOperator
- planner::operator::copy_from_file::CopyFromFileOperator
- planner::operator::copy_to_file::CopyToFileOperator
- planner::operator::create_table::CreateTableOperator
- planner::operator::delete::DeleteOperator
- planner::operator::drop_table::DropTableOperator
- planner::operator::filter::FilterOperator
- planner::operator::insert::InsertOperator
- planner::operator::join::JoinOperator
- planner::operator::limit::LimitOperator
- planner::operator::project::ProjectOperator
- planner::operator::scan::ScanOperator
- planner::operator::show::ShowTablesOperator
- planner::operator::sort::SortField
- planner::operator::sort::SortOperator
- planner::operator::truncate::TruncateOperator
- planner::operator::update::UpdateOperator
- planner::operator::values::ValuesOperator
- storage::IndexIter
- storage::kip::KipIter
- storage::kip::KipStorage
- storage::kip::KipTransaction
- types::index::Index
- types::index::IndexMeta
- types::tuple::Tuple
- types::tuple_builder::TupleBuilder
Enums
- binder::BindError
- binder::InputRefType
- binder::copy::FileFormat
- catalog::CatalogError
- db::DatabaseError
- db::QueryExecute
- execution::ExecutorError
- expression::BinaryOperator
- expression::ScalarExpression
- expression::UnaryOperator
- expression::agg::AggKind
- expression::simplify::ConstantBinary
- planner::operator::Operator
- planner::operator::join::JoinCondition
- planner::operator::join::JoinType
- storage::StorageError
- types::LogicalType
- types::errors::TypeError
- types::value::DataValue
Traits
Macros
Functions
- execution::volcano::build_stream
- execution::volcano::try_collect
- expression::value_compute::binary_op
- expression::value_compute::unary_op
- parser::parse_sql
- types::tuple::create_table
Type Aliases
- execution::volcano::BoxedExecutor
- types::ColumnId
- types::index::IndexId
- types::index::IndexMetaRef
- types::tuple::TupleId
- types::value::ValueRef