Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ChildLink |
ChildLink.clone() |
ChildLink |
ChildLink.set(String fieldName,
Object value) |
ChildLink |
ChildLink.setChildIndex(Integer childIndex)
The node to which the link points.
|
ChildLink |
ChildLink.setType(String type)
The type of the link.
|
ChildLink |
ChildLink.setVariable(String variable)
Only present if the child node is SCALAR and corresponds to an output variable of the parent
node.
|
Modifier and Type | Method and Description |
---|---|
List<ChildLink> |
PlanNode.getChildLinks()
List of child node `index`es and their relationship to this parent.
|
Modifier and Type | Method and Description |
---|---|
PlanNode |
PlanNode.setChildLinks(List<ChildLink> childLinks)
List of child node `index`es and their relationship to this parent.
|
Copyright © 2011–2025 Google. All rights reserved.