klyn.data.internal.QuerySource.executePlan
method
public executePlan(plan as QueryPlanBase) as Object
Description

Executes a plan in this source's provider domain.

Parameters
ParameterDescription
planImmutable typed plan.
Returns

Concrete provider result collection.

Example
rows = source.executePlan(plan)