klyn.data.memory.MemoryQueryExecution.MemoryQueryExecution
constructor
public MemoryQueryExecution(source as IList<T>, plan as QueryPlan<T, R>):
Description

Creates an execution over a snapshot of source references.

Parameters
ParameterDescription
sourceSource rows copied at execution creation.
planImmutable plan.
Example
execution = MemoryQueryExecution<Int, Int>([1, 2], plan)