klyn.data.internal.QueryPlanBase.executeMemory
method
public executeMemory(source as Object) as Object
Description

Executes this typed plan over a compatible in-memory source.

Parameters
ParameterDescription
sourceConcrete IList<T> source stored behind Object.
Returns

Concrete List<R> result stored behind Object.

Throws
  • QueryExecutionException if the source does not match the plan.
Example
result = plan.executeMemory(values)