Class QueryPlan (3.61.0)

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

Contains an ordered list of nodes appearing in the query plan.

Attributes

Name Description
plan_nodes MutableSequence[google.cloud.spanner_v1.types.PlanNode]
The nodes in the query plan. Plan nodes are returned in pre-order starting with the plan root. Each PlanNode][google.spanner.v1.PlanNode]'s id corresponds to its index in plan_nodes.
query_advice google.cloud.spanner_v1.types.QueryAdvisorResult
Optional. The advise/recommendations for a query. Currently this field will be serving index recommendations for a query.