Uses of Class
com.google.spanner.v1.ResultSetStats
-
Packages that use ResultSetStats Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.connection Internal API for Google Cloud Spanner.com.google.spanner.v1 -
-
Uses of ResultSetStats in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return ResultSetStats Modifier and Type Method Description default ResultSetStats
TransactionContext. analyzeUpdate(Statement statement, ReadContext.QueryAnalyzeMode analyzeMode, Options.UpdateOption... options)
Deprecated.UseTransactionContext.analyzeUpdateStatement(Statement, QueryAnalyzeMode, UpdateOption...)
instead to get both statement plan and parameter metadataResultSetStats
ForwardingResultSet. getStats()
ResultSetStats
ResultSet. getStats()
Returns theResultSetStats
for the query only if the query was executed in either thePLAN
or thePROFILE
mode via theReadContext.analyzeQuery(Statement, com.google.cloud.spanner.ReadContext.QueryAnalyzeMode)
method or for DML statements inReadContext.executeQuery(Statement, QueryOption...)
. -
Uses of ResultSetStats in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return ResultSetStats Modifier and Type Method Description default ResultSetStats
Connection. analyzeUpdate(Statement update, ReadContext.QueryAnalyzeMode analyzeMode)
Deprecated. -
Uses of ResultSetStats in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ResultSetStats Modifier and Type Method Description ResultSetStats
ResultSetStats.Builder. build()
ResultSetStats
ResultSetStats.Builder. buildPartial()
static ResultSetStats
ResultSetStats. getDefaultInstance()
ResultSetStats
ResultSetStats.Builder. getDefaultInstanceForType()
ResultSetStats
ResultSetStats. getDefaultInstanceForType()
ResultSetStats
PartialResultSet.Builder. getStats()
Query plan and execution statistics for the statement that produced this streaming result set.ResultSetStats
PartialResultSet. getStats()
Query plan and execution statistics for the statement that produced this streaming result set.ResultSetStats
PartialResultSetOrBuilder. getStats()
Query plan and execution statistics for the statement that produced this streaming result set.ResultSetStats
ResultSet.Builder. getStats()
Query plan and execution statistics for the SQL statement that produced this result set.ResultSetStats
ResultSet. getStats()
Query plan and execution statistics for the SQL statement that produced this result set.ResultSetStats
ResultSetOrBuilder. getStats()
Query plan and execution statistics for the SQL statement that produced this result set.static ResultSetStats
ResultSetStats. parseDelimitedFrom(InputStream input)
static ResultSetStats
ResultSetStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResultSetStats
ResultSetStats. parseFrom(byte[] data)
static ResultSetStats
ResultSetStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResultSetStats
ResultSetStats. parseFrom(com.google.protobuf.ByteString data)
static ResultSetStats
ResultSetStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResultSetStats
ResultSetStats. parseFrom(com.google.protobuf.CodedInputStream input)
static ResultSetStats
ResultSetStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResultSetStats
ResultSetStats. parseFrom(InputStream input)
static ResultSetStats
ResultSetStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResultSetStats
ResultSetStats. parseFrom(ByteBuffer data)
static ResultSetStats
ResultSetStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type ResultSetStats Modifier and Type Method Description com.google.protobuf.Parser<ResultSetStats>
ResultSetStats. getParserForType()
static com.google.protobuf.Parser<ResultSetStats>
ResultSetStats. parser()
Methods in com.google.spanner.v1 with parameters of type ResultSetStats Modifier and Type Method Description ResultSetStats.Builder
ResultSetStats.Builder. mergeFrom(ResultSetStats other)
PartialResultSet.Builder
PartialResultSet.Builder. mergeStats(ResultSetStats value)
Query plan and execution statistics for the statement that produced this streaming result set.ResultSet.Builder
ResultSet.Builder. mergeStats(ResultSetStats value)
Query plan and execution statistics for the SQL statement that produced this result set.static ResultSetStats.Builder
ResultSetStats. newBuilder(ResultSetStats prototype)
PartialResultSet.Builder
PartialResultSet.Builder. setStats(ResultSetStats value)
Query plan and execution statistics for the statement that produced this streaming result set.ResultSet.Builder
ResultSet.Builder. setStats(ResultSetStats value)
Query plan and execution statistics for the SQL statement that produced this result set.
-