| Modifier and Type | Method and Description |
|---|---|
PlanNode.ChildLink.Builder |
PlanNode.Builder.addChildLinksBuilder()
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLink.Builder |
PlanNode.Builder.addChildLinksBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clear() |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearChildIndex()
The node to which the link points.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearType()
The type of the link.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearVariable()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clone() |
PlanNode.ChildLink.Builder |
PlanNode.Builder.getChildLinksBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeFrom(com.google.protobuf.Message other) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeFrom(PlanNode.ChildLink other) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilder() |
static PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilder(PlanNode.ChildLink prototype) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilderForType() |
protected PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setChildIndex(int value)
The node to which the link points.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setType(String value)
The type of the link.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setTypeBytes(com.google.protobuf.ByteString value)
The type of the link.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setVariable(String value)
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setVariableBytes(com.google.protobuf.ByteString value)
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanNode.ChildLink.Builder> |
PlanNode.Builder.getChildLinksBuilderList()
List of child node `index`es and their relationship to this parent.
|
| Modifier and Type | Method and Description |
|---|---|
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(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.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
Copyright © 2019 Google LLC. All rights reserved.