Expand description
Unified query processor implementing the full pipeline
This module implements the complete query processing pipeline: Parse → Semantic Analysis → Logical Plan → Physical Plan → Execution
Structs§
- Query
Plan - Query execution plan with all intermediate representations
- Query
Processor - Complete query processing pipeline