Type Alias QueryPlanExecutor

QueryPlanExecutor: (<T>(plan: QueryExecutionPlan, source: Source<T>, options?: ExecuteQueryPlanOptions) => Promise<QueryPlanExecution<T>>)

Executor signature exported for dependency injection and test doubles.