executionStats property

Map<String, Object?>? executionStats
getter/setter pair

The execution statistics associated with the node, contained in a group of key-value pairs.

Only present if the plan was returned as a result of a profile query. For example, number of executions, number of rows/time per execution etc.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? executionStats;