| 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 |
QueryPlanOrBuilder.getPlanNodes(int index)
The nodes in the query plan.
|
PlanNode |
QueryPlan.getPlanNodes(int index)
The nodes in the query plan.
|
PlanNode |
QueryPlan.Builder.getPlanNodes(int index)
The nodes in the query plan.
|
static PlanNode |
PlanNode.parseDelimitedFrom(InputStream input) |
static PlanNode |
PlanNode.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(byte[] data) |
static PlanNode |
PlanNode.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(ByteBuffer data) |
static PlanNode |
PlanNode.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(com.google.protobuf.ByteString data) |
static PlanNode |
PlanNode.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(com.google.protobuf.CodedInputStream input) |
static PlanNode |
PlanNode.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode |
PlanNode.parseFrom(InputStream input) |
static PlanNode |
PlanNode.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PlanNode> |
PlanNode.getParserForType() |
List<PlanNode> |
QueryPlanOrBuilder.getPlanNodesList()
The nodes in the query plan.
|
List<PlanNode> |
QueryPlan.getPlanNodesList()
The nodes in the query plan.
|
List<PlanNode> |
QueryPlan.Builder.getPlanNodesList()
The nodes in the query plan.
|
static com.google.protobuf.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 © 2019 Google LLC. All rights reserved.