Module query_plan

Module query_plan 

Source

Re-exports§

pub use cte_hoister::CTEHoister;
pub use expression_lifter::ExpressionLifter;
pub use expression_lifter::LiftableExpression;
pub use in_operator_lifter::InOperatorLifter;
pub use in_operator_lifter::LiftedInExpression;

Modules§

cte_hoister
expression_lifter
in_operator_lifter

Structs§

DependencyGraph
Dependency graph for work units
PlanMetadata
Metadata about the query plan
QueryAnalyzer
Query analyzer that builds execution plans
QueryPlan
Complete query execution plan
WorkUnit
Represents a unit of work in the query execution pipeline

Enums§

WorkUnitExpression
Expression or statement in a work unit
WorkUnitType
Types of work units in the execution pipeline