Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Class and Description |
---|---|
class |
PlanNode
Node information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].
|
static class |
PlanNode.Builder
Node information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].
|
Modifier and Type | Method and Description |
---|---|
PlanNodeOrBuilder |
QueryPlan.getPlanNodesOrBuilder(int index)
The nodes in the query plan.
|
PlanNodeOrBuilder |
QueryPlan.Builder.getPlanNodesOrBuilder(int index)
The nodes in the query plan.
|
PlanNodeOrBuilder |
QueryPlanOrBuilder.getPlanNodesOrBuilder(int index)
The nodes in the query plan.
|
Modifier and Type | Method and Description |
---|---|
List<? extends PlanNodeOrBuilder> |
QueryPlan.getPlanNodesOrBuilderList()
The nodes in the query plan.
|
List<? extends PlanNodeOrBuilder> |
QueryPlan.Builder.getPlanNodesOrBuilderList()
The nodes in the query plan.
|
List<? extends PlanNodeOrBuilder> |
QueryPlanOrBuilder.getPlanNodesOrBuilderList()
The nodes in the query plan.
|
Copyright © 2022 Google LLC. All rights reserved.