google_api_spanner v0.0.1 GoogleApi.Spanner.V1.Model.ResultSetStats View Source
Additional statistics about a ResultSet or PartialResultSet.
Attributes
- queryPlan (QueryPlan): QueryPlan for the query associated with this result. Defaults to:
null. - queryStats (Object): 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" } Defaults to:
null.