class Google::Apis::BigqueryV2::BiEngineStatistics

Attributes

bi_engine_mode[RW]
Output-only

Specifies which mode of BI Engine acceleration was performed (if

any). Corresponds to the JSON property `biEngineMode` @return [String]

bi_engine_reasons[RW]

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. Corresponds to the JSON property `biEngineReasons` @return [Array<Google::Apis::BigqueryV2::BiEngineReason>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 605
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquery_v2/classes.rb, line 610
def update!(**args)
  @bi_engine_mode = args[:bi_engine_mode] if args.key?(:bi_engine_mode)
  @bi_engine_reasons = args[:bi_engine_reasons] if args.key?(:bi_engine_reasons)
end