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

Executes a typed plan directly over the repository snapshot.

Parameters
ParameterDescription
planImmutable typed query plan.
Returns

Concrete specialized result list.

Example
rows = repository.executePlan(plan)