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.ChildLinkOrBuilderModifier and TypeClassDescriptionstatic final classMetadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].static final classMetadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].Methods in com.google.spanner.v1 that return PlanNode.ChildLinkOrBuilderModifier and TypeMethodDescriptionPlanNode.Builder.getChildLinksOrBuilder(int index) List of child node `index`es and their relationship to this parent.PlanNode.getChildLinksOrBuilder(int index) List of child node `index`es and their relationship to this parent.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.ChildLinkOrBuilderModifier and TypeMethodDescriptionList<? 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.