View Source GoogleApi.BigQuery.V2.Model.SearchStatistics (google_api_big_query v0.79.0)

Statistics for a search query. Populated as part of JobStatistics2.

Attributes

  • indexUnusedReasons (type: list(GoogleApi.BigQuery.V2.Model.IndexUnusedReason.t), default: nil) - When indexUsageMode is UNUSED or PARTIALLY_USED, this field explains why indexes were not used in all or part of the search query. If indexUsageMode is FULLY_USED, this field is not populated.
  • indexUsageMode (type: String.t, default: nil) - Specifies the index usage mode for the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.SearchStatistics{
  indexUnusedReasons: [GoogleApi.BigQuery.V2.Model.IndexUnusedReason.t()] | nil,
  indexUsageMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.