Class ExplainOptions (2.16.0)

ExplainOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Explain options for the query.

Attribute

NameDescription
analyze bool
Optional. 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.