klyn.data.memory.MemoryQueryExecution.execute
method
public execute() as List<R>:
Description

Evaluates the plan against the captured memory snapshot.

Returns

Newly materialized rows.

Example
rows = execution.execute()