Uses of Class
com.google.spanner.v1.PlanNode.Builder
-
Uses of PlanNode.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode.BuilderModifier and TypeMethodDescriptionPlanNode.Builder.addAllChildLinks(Iterable<? extends PlanNode.ChildLink> values) List of child node `index`es and their relationship to this parent.PlanNode.Builder.addChildLinks(int index, PlanNode.ChildLink value) List of child node `index`es and their relationship to this parent.PlanNode.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 value) 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.QueryPlan.Builder.addPlanNodesBuilder()The nodes in the query plan.QueryPlan.Builder.addPlanNodesBuilder(int index) The nodes in the query plan.PlanNode.Builder.clear()PlanNode.Builder.clearChildLinks()List of child node `index`es and their relationship to this parent.PlanNode.Builder.clearDisplayName()The display name for the node.PlanNode.Builder.clearExecutionStats()The execution statistics associated with the node, contained in a group of key-value pairs.PlanNode.Builder.clearIndex()The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].PlanNode.Builder.clearKind()Used to determine the type of node.PlanNode.Builder.clearMetadata()Attributes relevant to the node contained in a group of key-value pairs.PlanNode.Builder.clearShortRepresentation()Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.QueryPlan.Builder.getPlanNodesBuilder(int index) The nodes in the query plan.PlanNode.Builder.mergeExecutionStats(com.google.protobuf.Struct value) The execution statistics associated with the node, contained in a group of key-value pairs.PlanNode.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PlanNode.Builder.mergeFrom(com.google.protobuf.Message other) PlanNode.Builder.mergeMetadata(com.google.protobuf.Struct value) Attributes relevant to the node contained in a group of key-value pairs.PlanNode.Builder.mergeShortRepresentation(PlanNode.ShortRepresentation value) Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.static PlanNode.BuilderPlanNode.newBuilder()static PlanNode.BuilderPlanNode.newBuilder(PlanNode prototype) PlanNode.newBuilderForType()protected PlanNode.BuilderPlanNode.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PlanNode.Builder.removeChildLinks(int index) List of child node `index`es and their relationship to this parent.PlanNode.Builder.setChildLinks(int index, PlanNode.ChildLink value) 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.PlanNode.Builder.setDisplayName(String value) The display name for the node.PlanNode.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) The display name for the node.PlanNode.Builder.setExecutionStats(com.google.protobuf.Struct value) The execution statistics associated with the node, contained in a group of key-value pairs.PlanNode.Builder.setExecutionStats(com.google.protobuf.Struct.Builder builderForValue) The execution statistics associated with the node, contained in a group of key-value pairs.PlanNode.Builder.setIndex(int value) The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].PlanNode.Builder.setKind(PlanNode.Kind value) Used to determine the type of node.PlanNode.Builder.setKindValue(int value) Used to determine the type of node.PlanNode.Builder.setMetadata(com.google.protobuf.Struct value) Attributes relevant to the node contained in a group of key-value pairs.PlanNode.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Attributes relevant to the node contained in a group of key-value pairs.PlanNode.Builder.setShortRepresentation(PlanNode.ShortRepresentation value) Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.PlanNode.Builder.setShortRepresentation(PlanNode.ShortRepresentation.Builder builderForValue) Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.PlanNode.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type PlanNode.BuilderModifier and TypeMethodDescriptionQueryPlan.Builder.getPlanNodesBuilderList()The nodes in the query plan.Methods in com.google.spanner.v1 with parameters of type PlanNode.BuilderModifier and TypeMethodDescriptionQueryPlan.Builder.addPlanNodes(int index, PlanNode.Builder builderForValue) The nodes in the query plan.QueryPlan.Builder.addPlanNodes(PlanNode.Builder builderForValue) The nodes in the query plan.QueryPlan.Builder.setPlanNodes(int index, PlanNode.Builder builderForValue) The nodes in the query plan.