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

Statistics of materialized views considered in a query job.

Attributes

  • materializedView (type: list(GoogleApi.BigQuery.V2.Model.MaterializedView.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.MaterializedViewStatistics{
  materializedView: [GoogleApi.BigQuery.V2.Model.MaterializedView.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.