Uses of Class
com.google.spanner.v1.PlanNode
-
Uses of PlanNode in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNodeModifier and TypeMethodDescriptionPlanNode.Builder.build()PlanNode.Builder.buildPartial()static PlanNodePlanNode.getDefaultInstance()PlanNode.Builder.getDefaultInstanceForType()PlanNode.getDefaultInstanceForType()QueryPlan.Builder.getPlanNodes(int index) The nodes in the query plan.QueryPlan.getPlanNodes(int index) The nodes in the query plan.QueryPlanOrBuilder.getPlanNodes(int index) The nodes in the query plan.static PlanNodePlanNode.parseDelimitedFrom(InputStream input) static PlanNodePlanNode.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PlanNodePlanNode.parseFrom(byte[] data) static PlanNodePlanNode.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PlanNodePlanNode.parseFrom(com.google.protobuf.ByteString data) static PlanNodePlanNode.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PlanNodePlanNode.parseFrom(com.google.protobuf.CodedInputStream input) static PlanNodePlanNode.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PlanNodePlanNode.parseFrom(InputStream input) static PlanNodePlanNode.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PlanNodePlanNode.parseFrom(ByteBuffer data) static PlanNodePlanNode.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type PlanNodeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PlanNode>PlanNode.getParserForType()QueryPlan.Builder.getPlanNodesList()The nodes in the query plan.QueryPlan.getPlanNodesList()The nodes in the query plan.QueryPlanOrBuilder.getPlanNodesList()The nodes in the query plan.static com.google.protobuf.Parser<PlanNode>PlanNode.parser()Methods in com.google.spanner.v1 with parameters of type PlanNodeModifier and TypeMethodDescriptionQueryPlan.Builder.addPlanNodes(int index, PlanNode value) The nodes in the query plan.QueryPlan.Builder.addPlanNodes(PlanNode value) The nodes in the query plan.static PlanNode.BuilderPlanNode.newBuilder(PlanNode prototype) QueryPlan.Builder.setPlanNodes(int index, PlanNode value) The nodes in the query plan.Method parameters in com.google.spanner.v1 with type arguments of type PlanNodeModifier and TypeMethodDescriptionQueryPlan.Builder.addAllPlanNodes(Iterable<? extends PlanNode> values) The nodes in the query plan.