- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class PlanNode.ChildLink.Builder extends GeneratedMessage.Builder<PlanNode.ChildLink.Builder> implements PlanNode.ChildLinkOrBuilderMetadata associated with a parent-child relationship appearing in a PlanNode.
Protobuf type google.spanner.v1.PlanNode.ChildLink
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PlanNode.ChildLink.BuilderImplements
PlanNode.ChildLinkOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PlanNode.ChildLink build()| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink |
|
buildPartial()
public PlanNode.ChildLink buildPartial()| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink |
|
clear()
public PlanNode.ChildLink.Builder clear()| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
|
clearChildIndex()
public PlanNode.ChildLink.Builder clearChildIndex()The node to which the link points.
int32 child_index = 1;
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
clearType()
public PlanNode.ChildLink.Builder clearType()The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
clearVariable()
public PlanNode.ChildLink.Builder clearVariable() Only present if the child node is
SCALAR and corresponds to an
output variable of the parent node. The field carries the name of the
output variable. For example, a TableScan operator that reads rows from
a table will have child links to the SCALAR nodes representing the
output variables created for each column that is read by the operator.
The corresponding variable fields will be set to the variable names
assigned to the columns.
string variable = 3;
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
getChildIndex()
public int getChildIndex()The node to which the link points.
int32 child_index = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The childIndex. |
getDefaultInstanceForType()
public PlanNode.ChildLink getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getType()
public String getType()The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
getVariable()
public String getVariable() Only present if the child node is
SCALAR and corresponds to an
output variable of the parent node. The field carries the name of the
output variable. For example, a TableScan operator that reads rows from
a table will have child links to the SCALAR nodes representing the
output variables created for each column that is read by the operator.
The corresponding variable fields will be set to the variable names
assigned to the columns.
string variable = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The variable. |
getVariableBytes()
public ByteString getVariableBytes() Only present if the child node is
SCALAR and corresponds to an
output variable of the parent node. The field carries the name of the
output variable. For example, a TableScan operator that reads rows from
a table will have child links to the SCALAR nodes representing the
output variables created for each column that is read by the operator.
The corresponding variable fields will be set to the variable names
assigned to the columns.
string variable = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for variable. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PlanNode.ChildLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PlanNode.ChildLink.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
|
mergeFrom(PlanNode.ChildLink other)
public PlanNode.ChildLink.Builder mergeFrom(PlanNode.ChildLink other)| Parameter | |
|---|---|
| Name | Description |
other |
PlanNode.ChildLink |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
|
setChildIndex(int value)
public PlanNode.ChildLink.Builder setChildIndex(int value)The node to which the link points.
int32 child_index = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe childIndex to set. |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
setType(String value)
public PlanNode.ChildLink.Builder setType(String value)The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public PlanNode.ChildLink.Builder setTypeBytes(ByteString value)The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
setVariable(String value)
public PlanNode.ChildLink.Builder setVariable(String value) Only present if the child node is
SCALAR and corresponds to an
output variable of the parent node. The field carries the name of the
output variable. For example, a TableScan operator that reads rows from
a table will have child links to the SCALAR nodes representing the
output variables created for each column that is read by the operator.
The corresponding variable fields will be set to the variable names
assigned to the columns.
string variable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe variable to set. |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |
setVariableBytes(ByteString value)
public PlanNode.ChildLink.Builder setVariableBytes(ByteString value) Only present if the child node is
SCALAR and corresponds to an
output variable of the parent node. The field carries the name of the
output variable. For example, a TableScan operator that reads rows from
a table will have child links to the SCALAR nodes representing the
output variables created for each column that is read by the operator.
The corresponding variable fields will be set to the variable names
assigned to the columns.
string variable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for variable to set. |
| Returns | |
|---|---|
| Type | Description |
PlanNode.ChildLink.Builder |
This builder for chaining. |