Uses of Class
com.google.spanner.v1.QueryPlan
-
Packages that use QueryPlan Package Description com.google.spanner.v1 -
-
Uses of QueryPlan in com.google.spanner.v1
Methods in com.google.spanner.v1 that return QueryPlan Modifier and Type Method Description QueryPlan
QueryPlan.Builder. build()
QueryPlan
QueryPlan.Builder. buildPartial()
static QueryPlan
QueryPlan. getDefaultInstance()
QueryPlan
QueryPlan.Builder. getDefaultInstanceForType()
QueryPlan
QueryPlan. getDefaultInstanceForType()
QueryPlan
ResultSetStats.Builder. getQueryPlan()
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.QueryPlan
ResultSetStats. getQueryPlan()
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.QueryPlan
ResultSetStatsOrBuilder. getQueryPlan()
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.static QueryPlan
QueryPlan. parseDelimitedFrom(InputStream input)
static QueryPlan
QueryPlan. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryPlan
QueryPlan. parseFrom(byte[] data)
static QueryPlan
QueryPlan. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryPlan
QueryPlan. parseFrom(com.google.protobuf.ByteString data)
static QueryPlan
QueryPlan. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryPlan
QueryPlan. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryPlan
QueryPlan. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryPlan
QueryPlan. parseFrom(InputStream input)
static QueryPlan
QueryPlan. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryPlan
QueryPlan. parseFrom(ByteBuffer data)
static QueryPlan
QueryPlan. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type QueryPlan Modifier and Type Method Description com.google.protobuf.Parser<QueryPlan>
QueryPlan. getParserForType()
static com.google.protobuf.Parser<QueryPlan>
QueryPlan. parser()
Methods in com.google.spanner.v1 with parameters of type QueryPlan Modifier and Type Method Description QueryPlan.Builder
QueryPlan.Builder. mergeFrom(QueryPlan other)
ResultSetStats.Builder
ResultSetStats.Builder. mergeQueryPlan(QueryPlan value)
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.static QueryPlan.Builder
QueryPlan. newBuilder(QueryPlan prototype)
ResultSetStats.Builder
ResultSetStats.Builder. setQueryPlan(QueryPlan value)
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
-