About
SQL Engine - SQL processing (Sql Compiler) in Calcite
The query planning process is the entire process that takes a SQL to a result.
Articles Related
Process
The process can be resumed as follow:
- Phase 5: Executions - Run the optimized relational expression (ie the physical plan)
Planner
Calcite has a tool called the planner to perform this process.
Not the same than the planner optimizer