List of all items
Structs
- ast::AggregateExpr
- ast::AlterTableExpr
- ast::Assignment
- ast::CreateTypeExpr
- ast::CreateViewExpr
- ast::DeleteExpr
- ast::DropTableExpr
- ast::DropViewExpr
- ast::FieldDef
- ast::GroupByClause
- ast::InsertExpr
- ast::JoinClause
- ast::OrderClause
- ast::OrderKey
- ast::ProjectionField
- ast::QueryExpr
- ast::RefreshViewExpr
- ast::UnionExpr
- ast::UpdateExpr
- ast::UpsertExpr
- executor::Engine
- executor::PreparedQuery
- executor::mem_budget::EnterGuard
- lexer::LexError
- plan::GroupAgg
- plan::ProjectField
- plan::SortKey
- plan::WindowDef
- plan_cache::PlanCache
Enums
- ast::AggFunc
- ast::AlterAction
- ast::BinOp
- ast::CastType
- ast::Expr
- ast::JoinKind
- ast::Literal
- ast::ScalarFn
- ast::Statement
- ast::UnaryOp
- ast::WindowFunc
- parser::ParseError
- plan::PlanNode
- planner::PlanError
- result::QueryError
- result::QueryResult
- token::Token
Functions
- canonicalize::canonicalize
- executor::is_read_only_statement
- executor::mem_budget::charge
- executor::mem_budget::enter
- executor::mem_budget::estimate_row_size
- executor::mem_budget::estimate_value_size
- lexer::lex
- parser::parse
- planner::plan
- planner::plan_statement