SQL Engine - SQL processing (Sql Compiler) in Calcite
The query planning process is the entire process that takes a SQL to a result.
The process can be resumed as follow:
Calcite has a tool called the planner to perform this process.
Not the same than the planner optimizer
See Calcite - Getting Started (from Sql to Resultset)