View Source GoogleApi.Spanner.V1.Model.QueryAdvisorResult (google_api_spanner v0.39.0)

Output of query advisor analysis.

Attributes

  • indexAdvice (type: list(GoogleApi.Spanner.V1.Model.IndexAdvice.t), default: nil) - Optional. Index Recommendation for a query. This is an optional field and the recommendation will only be available when the recommendation guarantees significant improvement in query performance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.QueryAdvisorResult{
  indexAdvice: [GoogleApi.Spanner.V1.Model.IndexAdvice.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.