Package | Description |
---|---|
com.google.spanner.v1 |
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(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(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(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(Struct value)
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
PlanNode.Builder |
PlanNode.Builder.mergeFrom(Message other) |
PlanNode.Builder |
PlanNode.Builder.mergeFrom(PlanNode other) |
PlanNode.Builder |
PlanNode.Builder.mergeMetadata(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(UnknownFieldSet unknownFields) |
static PlanNode.Builder |
PlanNode.newBuilder() |
static PlanNode.Builder |
PlanNode.newBuilder(PlanNode prototype) |
PlanNode.Builder |
PlanNode.newBuilderForType() |
protected PlanNode.Builder |
PlanNode.newBuilderForType(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(ByteString value)
The display name for the node.
|
PlanNode.Builder |
PlanNode.Builder.setExecutionStats(Struct.Builder builderForValue)
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setExecutionStats(Struct value)
The execution statistics associated with the node, contained in a group of
key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setField(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(Struct.Builder builderForValue)
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setMetadata(Struct value)
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode.Builder |
PlanNode.Builder.setRepeatedField(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(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.