Reference documentation and code samples for the Cloud Spanner V1 Client class ResultSetStats.
Additional statistics about a ResultSet or PartialResultSet .
Generated from protobuf message google.spanner.v1.ResultSetStats
Namespace
Google \ Cloud \ Spanner \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ query_stats
Google\Protobuf\Struct
Aggregated statistics from the execution of the query. Only present when the query is profiled. For example, a query could return the statistics as follows: { "rows_returned": "3", "elapsed_time": "1.22 secs", "cpu_time": "1.19 secs" }
↳ row_count_exact
int|string
Standard DML returns an exact count of rows that were modified.
↳ row_count_lower_bound
int|string
Partitioned DML doesn't offer exactly-once semantics, so it returns a lower bound of the rows modified.
getQueryPlan
QueryPlan for the query associated with this result.
hasQueryPlan
clearQueryPlan
setQueryPlan
QueryPlan for the query associated with this result.
$this
getQueryStats
Aggregated statistics from the execution of the query. Only present when the query is profiled. For example, a query could return the statistics as follows: { "rows_returned": "3", "elapsed_time": "1.22 secs", "cpu_time": "1.19 secs" }
hasQueryStats
clearQueryStats
setQueryStats
Aggregated statistics from the execution of the query. Only present when the query is profiled. For example, a query could return the statistics as follows: { "rows_returned": "3", "elapsed_time": "1.22 secs", "cpu_time": "1.19 secs" }
$this
getRowCountExact
Standard DML returns an exact count of rows that were modified.
int|string
hasRowCountExact
setRowCountExact
Standard DML returns an exact count of rows that were modified.
var
int|string
$this
getRowCountLowerBound
Partitioned DML doesn't offer exactly-once semantics, so it returns a lower bound of the rows modified.
int|string
hasRowCountLowerBound
setRowCountLowerBound
Partitioned DML doesn't offer exactly-once semantics, so it returns a lower bound of the rows modified.
var
int|string
$this
getRowCount
string

