Skip to main content

Module planner

Module planner 

Source
Expand description

Query Execution Planner

This module provides functionality to convert SQL AST into an execution plan represented as a DAG (Directed Acyclic Graph) of steps.

Structs§

Plan
A query execution plan
Step
A step in the execution plan

Enums§

JoinType
Types of joins in execution plans
SetOperationType
Types of set operations
StepKind
Types of execution steps