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.
id
plan_nodes
core.List<PlanNode>? planNodes;