planNodes property

List<PlanNode>? planNodes
getter/setter pair

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.

Implementation

core.List<PlanNode>? planNodes;