klyn.data.internal.ComposedQueryExecution.execute
method
public execute() as List<R>:
Description

Executes the inner query and applies the outer plan.

Returns

Newly materialized result rows.

Example
rows = execution.execute()