klyn.data.Query.executePlan
method
public executePlan(plan as QueryPlanBase) as Object:
Description

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.

Parameters
ParameterDescription
planOuter immutable plan.
Returns

Concrete specialized result list behind Object.

Example
rows = query.executePlan(plan)