Uses of Interface
com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
-
Packages that use PlanNode.ChildLinkOrBuilder Package Description com.google.spanner.v1 -
-
Uses of PlanNode.ChildLinkOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement PlanNode.ChildLinkOrBuilder Modifier and Type Class 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].Methods in com.google.spanner.v1 that return PlanNode.ChildLinkOrBuilder Modifier and Type Method Description PlanNode.ChildLinkOrBuilder
PlanNode.Builder. 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
PlanNodeOrBuilder. getChildLinksOrBuilder(int index)
List of child node `index`es and their relationship to this parent.Methods in com.google.spanner.v1 that return types with arguments of type PlanNode.ChildLinkOrBuilder Modifier and Type Method Description List<? extends PlanNode.ChildLinkOrBuilder>
PlanNode.Builder. 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>
PlanNodeOrBuilder. getChildLinksOrBuilderList()
List of child node `index`es and their relationship to this parent.
-