GoogleApi.BigQuery.V2.Model.BiEngineStatistics (google_api_big_query v0.68.0) View Source
Attributes
-
biEngineMode
(type:String.t
, default:$(stats.bi_engine_mode)
) - [Output-only] Specifies which mode of BI Engine acceleration was performed (if any). -
biEngineReasons
(type:list(GoogleApi.BigQuery.V2.Model.BiEngineReason.t)
, default:nil
) - In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.BiEngineStatistics{ biEngineMode: String.t() | nil, biEngineReasons: [GoogleApi.BigQuery.V2.Model.BiEngineReason.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.