public executePlan(plan as QueryPlanBase) as Object:
Applies an outer typed plan to this query.
This internal provider boundary preserves static row types. The compiler normally merges compatible QIR plans before provider lowering.
| Parameter | Description |
|---|---|
plan | Outer immutable plan. |
Concrete specialized result list behind Object.
rows = query.executePlan(plan)