public abstract execute() as List<T>
Executes the plan against current provider state.
Newly materialized result rows.
rows = execution.execute() print(rows.size)