Uses of Class
com.google.spanner.v1.PlanNode
-
Packages that use PlanNode Package Description com.google.spanner.v1 -
-
Uses of PlanNode in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode Modifier and Type Method Description PlanNode
PlanNode.Builder. build()
PlanNode
PlanNode.Builder. buildPartial()
static PlanNode
PlanNode. getDefaultInstance()
PlanNode
PlanNode.Builder. getDefaultInstanceForType()
PlanNode
PlanNode. getDefaultInstanceForType()
PlanNode
QueryPlan.Builder. getPlanNodes(int index)
The nodes in the query plan.PlanNode
QueryPlan. getPlanNodes(int index)
The nodes in the query plan.PlanNode
QueryPlanOrBuilder. getPlanNodes(int index)
The nodes in the query plan.static PlanNode
PlanNode. parseDelimitedFrom(InputStream input)
static PlanNode
PlanNode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode
PlanNode. parseFrom(byte[] data)
static PlanNode
PlanNode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode
PlanNode. parseFrom(com.google.protobuf.ByteString data)
static PlanNode
PlanNode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode
PlanNode. parseFrom(com.google.protobuf.CodedInputStream input)
static PlanNode
PlanNode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode
PlanNode. parseFrom(InputStream input)
static PlanNode
PlanNode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode
PlanNode. parseFrom(ByteBuffer data)
static PlanNode
PlanNode. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type PlanNode Modifier and Type Method Description com.google.protobuf.Parser<PlanNode>
PlanNode. getParserForType()
List<PlanNode>
QueryPlan.Builder. getPlanNodesList()
The nodes in the query plan.List<PlanNode>
QueryPlan. getPlanNodesList()
The nodes in the query plan.List<PlanNode>
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 PlanNode Modifier and Type Method Description QueryPlan.Builder
QueryPlan.Builder. addPlanNodes(int index, PlanNode value)
The nodes in the query plan.QueryPlan.Builder
QueryPlan.Builder. addPlanNodes(PlanNode value)
The nodes in the query plan.PlanNode.Builder
PlanNode.Builder. mergeFrom(PlanNode other)
static PlanNode.Builder
PlanNode. newBuilder(PlanNode prototype)
QueryPlan.Builder
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 PlanNode Modifier and Type Method Description QueryPlan.Builder
QueryPlan.Builder. addAllPlanNodes(Iterable<? extends PlanNode> values)
The nodes in the query plan.
-