List of all items
Structs
- connection::Connection
- parser::ColumnSpec
- parser::CreateIndexStmt
- parser::CreateTableStmt
- parser::DeleteStmt
- parser::DropIndexStmt
- parser::DropTableStmt
- parser::InsertStmt
- parser::JoinClause
- parser::OrderByItem
- parser::SelectStmt
- parser::TableRef
- parser::UpdateStmt
- schema::SchemaManager
- types::ColumnDef
- types::IndexDef
- types::QueryResult
- types::TableSchema
Enums
- error::SqlError
- parser::BinOp
- parser::Expr
- parser::JoinType
- parser::SelectColumn
- parser::Statement
- parser::UnaryOp
- planner::ScanPlan
- types::DataType
- types::ExecutionResult
- types::Value
Functions
- encoding::decode_composite_key
- encoding::decode_key_value
- encoding::decode_row
- encoding::encode_composite_key
- encoding::encode_key_value
- encoding::encode_row
- eval::eval_expr
- eval::is_truthy
- executor::execute
- executor::execute_in_txn
- executor::explain
- parser::bind_params
- parser::count_params
- parser::parse_sql
- planner::describe_plan
- planner::plan_select