| Modifier and Type | Method and Description |
|---|---|
PlanNode.Builder |
PlanNode.Builder.addAllChildLinks(Iterable<? extends PlanNode.ChildLink> values)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.addChildLinks(int index,
PlanNode.ChildLink.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.addChildLinks(int index,
PlanNode.ChildLink value)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.addChildLinks(PlanNode.ChildLink.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.addChildLinks(PlanNode.ChildLink value)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
QueryPlan.Builder.addPlanNodesBuilder()
The nodes in the query plan.
|
PlanNode.Builder |
QueryPlan.Builder.addPlanNodesBuilder(int index)
The nodes in the query plan.
|
PlanNode.Builder |
PlanNode.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlanNode.Builder |
PlanNode.Builder.clear() |
PlanNode.Builder |
PlanNode.Builder.clearChildLinks()
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.clearDisplayName()
The display name for the node.
|
PlanNode.Builder |
PlanNode.Builder.clearExecutionStats()
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlanNode.Builder |
PlanNode.Builder.clearIndex()
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
|
PlanNode.Builder |
PlanNode.Builder.clearKind()
Used to determine the type of node.
|
PlanNode.Builder |
PlanNode.Builder.clearMetadata()
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlanNode.Builder |
PlanNode.Builder.clearShortRepresentation()
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
|
PlanNode.Builder |
PlanNode.Builder.clone() |
PlanNode.Builder |
QueryPlan.Builder.getPlanNodesBuilder(int index)
The nodes in the query plan.
|
PlanNode.Builder |
PlanNode.Builder.mergeExecutionStats(com.google.protobuf.Struct value)
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanNode.Builder |
PlanNode.Builder.mergeFrom(com.google.protobuf.Message other) |
PlanNode.Builder |
PlanNode.Builder.mergeFrom(PlanNode other) |
PlanNode.Builder |
PlanNode.Builder.mergeMetadata(com.google.protobuf.Struct value)
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.mergeShortRepresentation(PlanNode.ShortRepresentation value)
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
|
PlanNode.Builder |
PlanNode.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PlanNode.Builder |
PlanNode.newBuilder() |
static PlanNode.Builder |
PlanNode.newBuilder(PlanNode prototype) |
PlanNode.Builder |
PlanNode.newBuilderForType() |
protected PlanNode.Builder |
PlanNode.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PlanNode.Builder |
PlanNode.Builder.removeChildLinks(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.setChildLinks(int index,
PlanNode.ChildLink.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.setChildLinks(int index,
PlanNode.ChildLink value)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.setDisplayName(String value)
The display name for the node.
|
PlanNode.Builder |
PlanNode.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name for the node.
|
PlanNode.Builder |
PlanNode.Builder.setExecutionStats(com.google.protobuf.Struct.Builder builderForValue)
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setExecutionStats(com.google.protobuf.Struct value)
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlanNode.Builder |
PlanNode.Builder.setIndex(int value)
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
|
PlanNode.Builder |
PlanNode.Builder.setKind(PlanNode.Kind value)
Used to determine the type of node.
|
PlanNode.Builder |
PlanNode.Builder.setKindValue(int value)
Used to determine the type of node.
|
PlanNode.Builder |
PlanNode.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue)
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setMetadata(com.google.protobuf.Struct value)
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlanNode.Builder |
PlanNode.Builder.setShortRepresentation(PlanNode.ShortRepresentation.Builder builderForValue)
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
|
PlanNode.Builder |
PlanNode.Builder.setShortRepresentation(PlanNode.ShortRepresentation value)
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
|
PlanNode.Builder |
PlanNode.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlanNode.Builder |
PlanNode.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanNode.Builder> |
QueryPlan.Builder.getPlanNodesBuilderList()
The nodes in the query plan.
|
| Modifier and Type | Method and Description |
|---|---|
QueryPlan.Builder |
QueryPlan.Builder.addPlanNodes(int index,
PlanNode.Builder builderForValue)
The nodes in the query plan.
|
QueryPlan.Builder |
QueryPlan.Builder.addPlanNodes(PlanNode.Builder builderForValue)
The nodes in the query plan.
|
QueryPlan.Builder |
QueryPlan.Builder.setPlanNodes(int index,
PlanNode.Builder builderForValue)
The nodes in the query plan.
|
Copyright © 2022 Google LLC. All rights reserved.