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

Explain options for the query.

Attributes

  • analyze (type: boolean(), default: nil) - Optional. Whether to execute this query. When false (the default), the query will be planned, returning only metrics from the planning stages. When true, the query will be planned and executed, returning the full query results along with both planning and execution stage metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.ExplainOptions{
  analyze: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.