Table of Contents

About

SQL Engine - SQL processing (Sql Compiler) in Calcite

The query planning process is the entire process that takes a SQL to a result.

Process

The process can be resumed as follow:

Planner

Calcite has a tool called the planner to perform this process.

Not the same than the planner optimizer

Example

See Calcite - Getting Started (from Sql to Resultset)