google_api_spanner v0.2.0 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 (%{optional(String.t) => String.t}): 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
. - rowCountExact (String.t): Standard DML returns an exact count of rows that were modified. Defaults to:
null
. - rowCountLowerBound (String.t): Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Spanner.V1.Model.ResultSetStats{ queryPlan: GoogleApi.Spanner.V1.Model.QueryPlan.t(), queryStats: map(), rowCountExact: any(), rowCountLowerBound: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.