Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
PlanNode |
PlanNode.Builder.build() |
PlanNode |
PlanNode.Builder.buildPartial() |
static PlanNode |
PlanNode.getDefaultInstance() |
PlanNode |
PlanNode.getDefaultInstanceForType() |
PlanNode |
PlanNode.Builder.getDefaultInstanceForType() |
PlanNode |
QueryPlan.getPlanNodes(int index)
The nodes in the query plan.
|
PlanNode |
QueryPlan.Builder.getPlanNodes(int index)
The nodes in the query plan.
|
PlanNode |
QueryPlanOrBuilder.getPlanNodes(int index)
The nodes in the query plan.
|
static PlanNode |
PlanNode.parseDelimitedFrom(InputStream input) |
static PlanNode |
PlanNode.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(byte[] data) |
static PlanNode |
PlanNode.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(ByteBuffer data) |
static PlanNode |
PlanNode.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(ByteString data) |
static PlanNode |
PlanNode.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(CodedInputStream input) |
static PlanNode |
PlanNode.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(InputStream input) |
static PlanNode |
PlanNode.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<PlanNode> |
PlanNode.getParserForType() |
List<PlanNode> |
QueryPlan.getPlanNodesList()
The nodes in the query plan.
|
List<PlanNode> |
QueryPlan.Builder.getPlanNodesList()
The nodes in the query plan.
|
List<PlanNode> |
QueryPlanOrBuilder.getPlanNodesList()
The nodes in the query plan.
|
static Parser<PlanNode> |
PlanNode.parser() |
Modifier and Type | Method and Description |
---|---|
QueryPlan.Builder |
QueryPlan.Builder.addPlanNodes(int index,
PlanNode value)
The nodes in the query plan.
|
QueryPlan.Builder |
QueryPlan.Builder.addPlanNodes(PlanNode value)
The nodes in the query plan.
|
PlanNode.Builder |
PlanNode.Builder.mergeFrom(PlanNode other) |
static PlanNode.Builder |
PlanNode.newBuilder(PlanNode prototype) |
QueryPlan.Builder |
QueryPlan.Builder.setPlanNodes(int index,
PlanNode value)
The nodes in the query plan.
|
Modifier and Type | Method and Description |
---|---|
QueryPlan.Builder |
QueryPlan.Builder.addAllPlanNodes(Iterable<? extends PlanNode> values)
The nodes in the query plan.
|
Copyright © 2022 Google LLC. All rights reserved.