results
Table of Contents
Classes
- DiffReport
- The typed result of a declaration ↔ server comparison for one structure
object — a collection, the declared indexes of a collection, or an
ArangoSearch View ({@see DiffKind}).
- ExecutionStats
- A typed view over the execution statistics returned in a cursor's `extra.stats`
(populated for a profiled run, i.e. when the query ran with the `profile` option).
- ExplainResult
- A typed view over the `POST /_api/explain` response returned by
{@see \oihana\arango\clients\Database::explain()}.
- IndexUse
- A single index that the optimizer chose to use for a query, as reported by an
`IndexNode` of an {@see ExplainResult}.
- ProfileResult
- A typed view over the `extra` metadata of a **profiled** query run (a query
executed with the `profile` option). Combines the per-phase timings, the
execution {@see ExecutionStats}, and any optimizer warnings.