View Source GoogleApi.Firestore.V1beta1.Model.ExplainMetrics (google_api_firestore v0.27.0)

Explain metrics for the query.

Attributes

  • executionStats (type: GoogleApi.Firestore.V1beta1.Model.ExecutionStats.t, default: nil) - Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
  • planSummary (type: GoogleApi.Firestore.V1beta1.Model.PlanSummary.t, default: nil) - Planning phase information for the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.ExplainMetrics{
  executionStats: GoogleApi.Firestore.V1beta1.Model.ExecutionStats.t() | nil,
  planSummary: GoogleApi.Firestore.V1beta1.Model.PlanSummary.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.