Uses of Class
com.google.spanner.v1.PlanNode.ChildLink.Builder
-
Uses of PlanNode.ChildLink.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode.ChildLink.BuilderModifier and TypeMethodDescriptionPlanNode.Builder.addChildLinksBuilder()List of child node `index`es and their relationship to this parent.PlanNode.Builder.addChildLinksBuilder(int index) List of child node `index`es and their relationship to this parent.PlanNode.ChildLink.Builder.clear()PlanNode.ChildLink.Builder.clearChildIndex()The node to which the link points.PlanNode.ChildLink.Builder.clearType()The type of the link.PlanNode.ChildLink.Builder.clearVariable()Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.PlanNode.Builder.getChildLinksBuilder(int index) List of child node `index`es and their relationship to this parent.PlanNode.ChildLink.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PlanNode.ChildLink.Builder.mergeFrom(com.google.protobuf.Message other) PlanNode.ChildLink.Builder.mergeFrom(PlanNode.ChildLink other) static PlanNode.ChildLink.BuilderPlanNode.ChildLink.newBuilder()static PlanNode.ChildLink.BuilderPlanNode.ChildLink.newBuilder(PlanNode.ChildLink prototype) PlanNode.ChildLink.newBuilderForType()protected PlanNode.ChildLink.BuilderPlanNode.ChildLink.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PlanNode.ChildLink.Builder.setChildIndex(int value) The node to which the link points.The type of the link.PlanNode.ChildLink.Builder.setTypeBytes(com.google.protobuf.ByteString value) The type of the link.PlanNode.ChildLink.Builder.setVariable(String value) Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.PlanNode.ChildLink.Builder.setVariableBytes(com.google.protobuf.ByteString value) Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.PlanNode.ChildLink.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type PlanNode.ChildLink.BuilderModifier and TypeMethodDescriptionPlanNode.Builder.getChildLinksBuilderList()List of child node `index`es and their relationship to this parent.Methods in com.google.spanner.v1 with parameters of type PlanNode.ChildLink.BuilderModifier and TypeMethodDescriptionPlanNode.Builder.addChildLinks(int index, PlanNode.ChildLink.Builder builderForValue) List of child node `index`es and their relationship to this parent.PlanNode.Builder.addChildLinks(PlanNode.ChildLink.Builder builderForValue) List of child node `index`es and their relationship to this parent.PlanNode.Builder.setChildLinks(int index, PlanNode.ChildLink.Builder builderForValue) List of child node `index`es and their relationship to this parent.