public interface QueryPlanOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPlanNodes(int index)
public abstract PlanNode getPlanNodes(int index) 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.
repeated .google.spanner.v1.PlanNode plan_nodes = 1;
| Name | Description |
| index | int |
| Type | Description |
| PlanNode |
getPlanNodesCount()
public abstract int getPlanNodesCount() 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.
repeated .google.spanner.v1.PlanNode plan_nodes = 1;
| Type | Description |
| int |
getPlanNodesList()
public abstract List<PlanNode> getPlanNodesList() 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.
repeated .google.spanner.v1.PlanNode plan_nodes = 1;
| Type | Description |
| List<PlanNode> |
getPlanNodesOrBuilder(int index)
public abstract PlanNodeOrBuilder getPlanNodesOrBuilder(int index) 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.
repeated .google.spanner.v1.PlanNode plan_nodes = 1;
| Name | Description |
| index | int |
| Type | Description |
| PlanNodeOrBuilder |
getPlanNodesOrBuilderList()
public abstract List<? extends PlanNodeOrBuilder> getPlanNodesOrBuilderList() 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.
repeated .google.spanner.v1.PlanNode plan_nodes = 1;
| Type | Description |
| List<? extends com.google.spanner.v1.PlanNodeOrBuilder> |