final |
|---|
readonly |
OData execution engine.
Receives a fully-resolved QueryPlan from QueryPlanner and dispatches to a typed handler. Each handler returns an ODataResponse (StreamedResponse).
| Methods | ||
|---|---|---|
public
|
__construct(RuntimeSchemaInterface $schema, string $serviceRoot)
|
# |
public
|
execute(QueryPlan $plan): ODataResponse
|
# |