Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ResultSetStats |
ResultSetStats.clone() |
ResultSetStats |
ResultSet.getStats()
Query plan and execution statistics for the SQL statement that produced this result set.
|
ResultSetStats |
PartialResultSet.getStats()
Query plan and execution statistics for the statement that produced this streaming result set.
|
ResultSetStats |
ResultSetStats.set(String fieldName,
Object value) |
ResultSetStats |
ResultSetStats.setQueryPlan(QueryPlan queryPlan)
QueryPlan for the query associated with this result.
|
ResultSetStats |
ResultSetStats.setQueryStats(Map<String,Object> queryStats)
Aggregated statistics from the execution of the query.
|
ResultSetStats |
ResultSetStats.setRowCountExact(Long rowCountExact)
Standard DML returns an exact count of rows that were modified.
|
ResultSetStats |
ResultSetStats.setRowCountLowerBound(Long rowCountLowerBound)
Partitioned DML doesn't offer exactly-once semantics, so it returns a lower bound of the rows
modified.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.setStats(ResultSetStats stats)
Query plan and execution statistics for the SQL statement that produced this result set.
|
PartialResultSet |
PartialResultSet.setStats(ResultSetStats stats)
Query plan and execution statistics for the statement that produced this streaming result set.
|
Copyright © 2011–2025 Google. All rights reserved.