Class: Google::Apis::BigqueryV2::MaterializedViewStatistics
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::MaterializedViewStatistics
- 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
-
#materialized_view ⇒ Array<Google::Apis::BigqueryV2::MaterializedView>
Materialized views considered for the query job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MaterializedViewStatistics
constructor
A new instance of MaterializedViewStatistics.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_view ⇒ Array<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 |