executionStats property

ExecutionStats? executionStats
getter/setter pair

Aggregated stats from the execution of the query.

Only present when ExplainOptions.analyze is set to true.

Implementation

ExecutionStats? executionStats;