Class QueryPlan (3.18.0)

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

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

Attribute

NameDescription
plan_nodes Sequence[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.