klyn.data.internal.QueryExecution.execute
method
public abstract execute() as List<T>
Description

Executes the plan against current provider state.

Returns

Newly materialized result rows.

Example
rows = execution.execute()
print(rows.size)