GoogleApi.Spanner.V1.Model.QueryAdvisorResult (google_api_spanner v0.48.0)
View SourceOutput 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 }