analyze property

bool? analyze
getter/setter pair

Whether to execute this query.

When false (the default), the query will be planned, returning only metrics from the planning stages. When true, the query will be planned and executed, returning the full query results along with both planning and execution stage metrics.

Optional.

Implementation

core.bool? analyze;