google_api_spanner v0.0.1 GoogleApi.Spanner.V1.Model.QueryPlan View Source

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

Attributes

  • planNodes (List[PlanNode]): The nodes in the query plan. Plan nodes are returned in pre-order starting with the plan root. Each PlanNode's `id` corresponds to its index in `plan_nodes`. Defaults to: null.