Expand description
Physical-plan execution trait for leader-based request routing.
PlanExecutor: the physical-plan execution path introduced in C-β.
The legacy [RequestForwarder] SQL-string path was deleted in C-δ.6.
Structs§
- Noop
Plan Executor - No-op executor for single-node mode or testing.
Traits§
- Plan
Executor - Trait for executing a pre-planned
PhysicalPlanon the local Data Plane.