public ComposedQueryExecution(source as Query<T>, plan as QueryPlan<T, R>):
Creates a lazy composed execution.
| Parameter | Description |
|---|---|
source | Inner query. |
plan | Plan applied after inner execution. |
execution = ComposedQueryExecution<Int, Int>(source, plan)