Class QueryPlan (2.0.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[.query_plan.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.