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

Statistics for a BI Engine specific query. Populated as part of JobStatistics2

Attributes

  • accelerationMode (type: String.t, default: nil) - Output only. Specifies which mode of BI Engine acceleration was performed (if any).
  • biEngineMode (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.BiEngineStatistics{
  accelerationMode: String.t() | nil,
  biEngineMode: String.t() | nil,
  biEngineReasons: [GoogleApi.BigQuery.V2.Model.BiEngineReason.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.