GoogleApi.BigQuery.V2.Model.StoredColumnsUsage (google_api_big_query v0.88.0)
View SourceIndicates the stored columns usage in the query.
Attributes
-
baseTable
(type:GoogleApi.BigQuery.V2.Model.TableReference.t
, default:nil
) - Specifies the base table. -
isQueryAccelerated
(type:boolean()
, default:nil
) - Specifies whether the query was accelerated with stored columns. -
storedColumnsUnusedReasons
(type:list(GoogleApi.BigQuery.V2.Model.StoredColumnsUnusedReason.t)
, default:nil
) - If stored columns were not used, explain why.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.StoredColumnsUsage{ baseTable: GoogleApi.BigQuery.V2.Model.TableReference.t() | nil, isQueryAccelerated: boolean() | nil, storedColumnsUnusedReasons: [GoogleApi.BigQuery.V2.Model.StoredColumnsUnusedReason.t()] | nil }