Skip to main content

Module planner

Module planner 

Source
Expand description

SQL 플래너 모듈

LogicalPlan과 PhysicalPlan을 생성하고 최적화합니다.

Re-exports§

pub use logical::LogicalPlanner;
pub use physical::PhysicalPlanner;
pub use types::*;

Modules§

logical
SQL 논리 플래너 — AST → LogicalPlan 변환
physical
PhysicalPlanner 구현
types
SQL 플래너 타입 정의