Re-exports§
pub use cte_hoister::CTEHoister;
pub use dependency_analyzer::ScriptDependencyGraph;
pub use dependency_analyzer::StatementNode;
pub use expression_lifter::ExpressionLifter;
pub use expression_lifter::LiftableExpression;
pub use in_operator_lifter::InOperatorLifter;
pub use in_operator_lifter::LiftedInExpression;
pub use into_clause_remover::IntoClauseRemover;
Modules§
Structs§
- Dependency
Graph - Dependency graph for work units
- Plan
Metadata - Metadata about the query plan
- Query
Analyzer - Query analyzer that builds execution plans
- Query
Plan - Complete query execution plan
- Work
Unit - Represents a unit of work in the query execution pipeline
Enums§
- Work
Unit Expression - Expression or statement in a work unit
- Work
Unit Type - Types of work units in the execution pipeline