Re-exportsยง
pub use handler::PgResponseStream;
pub use optimizer::Explain;
pub use optimizer::OptimizerContext;
pub use optimizer::OptimizerContextRef;
pub use optimizer::PlanRef;
Modulesยง
- binder ๐
- catalog ๐
- Definitions of catalog structs.
- error ๐
- expr
- handler
- health_
service - meta_
client ๐ - monitor ๐
- observer ๐
- optimizer
- planner ๐
- rpc
- scheduler ๐
- Fragment and schedule batch queries.
- session
- stream_
fragmenter ๐ - telemetry ๐
- test_
utils - user ๐
- utils ๐
- webhook
Macrosยง
- bail_
bind_ error - Constructs a
ErrorCode::BindError
variant and bails out. - bail_
cast_ error - Constructs a
CastErrorInner
and bails out. - bind_
error - Constructs a
ErrorCode::BindError
variant. - cast_
error - Constructs a
CastErrorInner
. - for_
all_ plan_ nodes for_all_plan_nodes
includes all plan nodes. If you added a new plan node inside the project, be sure to add here and in its conventions likefor_logical_plan_nodes
- for_
all_ rules - for_
batch_ plan_ nodes for_batch_plan_nodes
includes all plan nodes with batch convention.- for_
logical_ plan_ nodes for_logical_plan_nodes
includes all plan nodes with logical convention.- for_
stream_ plan_ nodes for_stream_plan_nodes
includes all plan nodes with stream convention.
Structsยง
- Binder
Binder
binds the identifiers in AST to columns in relations- Frontend
Opts - Command-line arguments for frontend-node.
- Planner
Planner
converts a bound statement to acrate::optimizer::plan_node::PlanNode
tree- Table
Catalog TableCatalog
Includes full information about a table.- With
Options - Options or properties extracted from the
WITH
clause of DDLs. - With
Options SecResolved - Options or properties extracted from the
WITH
clause of DDLs.
Functionsยง
- bind_
data_ type - build_
graph - default_
frontend_ total_ memory_ bytes - explain_
stream_ graph - ice: in the future, we may allow configurable width, boundaries, etc.
- start
- Start frontend