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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `QueryPlan` class within the `Google.Cloud.Spanner.V1` namespace, detailing its structure and functionality across multiple versions."],["The latest version of `QueryPlan` is `5.0.0-beta05`, with previous versions ranging from `3.5.0` to `5.0.0-beta04`, showing an active development history."],["The `QueryPlan` class, which inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, represents an ordered list of nodes in a query plan."],["`QueryPlan` offers a constructor `QueryPlan()` and `QueryPlan(QueryPlan other)`, and contains a `PlanNodes` property of type `RepeatedField\u003cPlanNode\u003e`, which lists the nodes in the query plan."],["The assembly for the current version `3.15.1` of QueryPlan is `Google.Cloud.Spanner.V1.dll`."]]],[]]