GoogleApi.BigQuery.V2.Model.MaterializedViewStatistics (google_api_big_query v0.88.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.