Class: Google::Spanner::V1::ResultSetStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#query_planGoogle::Spanner::V1::QueryPlan

Returns QueryPlan for the query associated with this result.

Returns:



172
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 172

class ResultSetStats; end

#query_statsGoogle::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"
}.

Returns:

  • (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"
    }
    


172
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 172

class ResultSetStats; end