Class: Google::Apis::BigqueryV2::MaterializedViewStatistics

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

Statistics of materialized views considered in a query job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MaterializedViewStatistics

Returns a new instance of MaterializedViewStatistics.



6447
6448
6449
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6447

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#materialized_viewArray<Google::Apis::BigqueryV2::MaterializedView>

Materialized views considered for the query job. Only certain materialized views are used. For a detailed list, see the child message. If many materialized views are considered, then the list might be incomplete. Corresponds to the JSON property materializedView



6445
6446
6447
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6445

def materialized_view
  @materialized_view
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6452
6453
6454
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6452

def update!(**args)
  @materialized_view = args[:materialized_view] if args.key?(:materialized_view)
end