Class: Google::Spanner::V1::ResultSetStats
- Inherits:
-
Object
- Object
- Google::Spanner::V1::ResultSetStats
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb
Overview
Additional statistics about a ResultSet or PartialResultSet.
Instance Attribute Summary collapse
-
#query_plan ⇒ Google::Spanner::V1::QueryPlan
QueryPlan for the query associated with this result.
-
#query_stats ⇒ Google::Protobuf::Struct
Aggregated statistics from the execution of the query.
Instance Attribute Details
#query_plan ⇒ Google::Spanner::V1::QueryPlan
Returns QueryPlan for the query associated with this result.
172 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 172 class ResultSetStats; end |
#query_stats ⇒ Google::Protobuf::Struct
Returns 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"
}
172 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 172 class ResultSetStats; end |