QueryExecution
interfacein packageklyn.data.internal
public interface QueryExecution<T>:
QueryExecution

Provider execution produced from one immutable KQL plan.

Example
execution as QueryExecution<Int> = source.createExecution(plan)
rows = execution.execute()
Methods
Modifier and Type Member Description
public abstract execute
execute() as List<T>
Executes the plan against current provider state.