GoogleApi.BigQuery.V2.Model.SearchStatistics (google_api_big_query v0.88.0)
View SourceStatistics for a search query. Populated as part of JobStatistics2.
Attributes
-
indexUnusedReasons(type:list(GoogleApi.BigQuery.V2.Model.IndexUnusedReason.t), default:nil) - WhenindexUsageModeisUNUSEDorPARTIALLY_USED, this field explains why indexes were not used in all or part of the search query. IfindexUsageModeisFULLY_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 }