Resolves an entity-set query plan into a lazy stream of entities.
Implementations live in Driver\ and translate the plan into database queries. The plan parameter is typed as QueryPlanInterface to keep Service\ free of Protocol\ imports; at runtime the value is always an EntitySetQueryPlan.
| Methods | ||
|---|---|---|
public
|
resolve(QueryPlanInterface $plan): Generator<mixed>
|
# |
public
|
count(QueryPlanInterface $plan): int
|
# |