Skip to main content

Module forward

Module forward 

Source
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§

NoopPlanExecutor
No-op executor for single-node mode or testing.

Traits§

PlanExecutor
Trait for executing a pre-planned PhysicalPlan on the local Data Plane.