Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Class and Description |
---|---|
static class |
PlanNode.ChildLink
Metadata associated with a parent-child relationship appearing in a
[PlanNode][google.spanner.v1.PlanNode].
|
static class |
PlanNode.ChildLink.Builder
Metadata associated with a parent-child relationship appearing in a
[PlanNode][google.spanner.v1.PlanNode].
|
Modifier and Type | Method and Description |
---|---|
PlanNode.ChildLinkOrBuilder |
PlanNodeOrBuilder.getChildLinksOrBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLinkOrBuilder |
PlanNode.getChildLinksOrBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLinkOrBuilder |
PlanNode.Builder.getChildLinksOrBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
Modifier and Type | Method and Description |
---|---|
List<? extends PlanNode.ChildLinkOrBuilder> |
PlanNodeOrBuilder.getChildLinksOrBuilderList()
List of child node `index`es and their relationship to this parent.
|
List<? extends PlanNode.ChildLinkOrBuilder> |
PlanNode.getChildLinksOrBuilderList()
List of child node `index`es and their relationship to this parent.
|
List<? extends PlanNode.ChildLinkOrBuilder> |
PlanNode.Builder.getChildLinksOrBuilderList()
List of child node `index`es and their relationship to this parent.
|
Copyright © 2022 Google LLC. All rights reserved.