Uses of Interface
com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
-
-
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 classPlanNode.ChildLinkMetadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].static classPlanNode.ChildLink.BuilderMetadata 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.ChildLinkOrBuilderPlanNode.Builder. getChildLinksOrBuilder(int index)List of child node `index`es and their relationship to this parent.PlanNode.ChildLinkOrBuilderPlanNode. getChildLinksOrBuilder(int index)List of child node `index`es and their relationship to this parent.PlanNode.ChildLinkOrBuilderPlanNodeOrBuilder. 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.
-