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

Summary of the state of query execution at a given time.

Attributes

  • activeUnits (type: String.t, default: nil) - Total number of active workers. This does not correspond directly to slot usage. This is the largest value observed since the last sample.
  • completedUnits (type: String.t, default: nil) - Total parallel units of work completed by this query.
  • elapsedMs (type: String.t, default: nil) - Milliseconds elapsed since the start of query execution.
  • estimatedRunnableUnits (type: String.t, default: nil) - Units of work that can be scheduled immediately. Providing additional slots for these units of work will accelerate the query, if no other query in the reservation needs additional slots.
  • pendingUnits (type: String.t, default: nil) - Total units of work remaining for the query. This number can be revised (increased or decreased) while the query is running.
  • totalSlotMs (type: String.t, default: nil) - Cumulative slot-ms consumed by the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.QueryTimelineSample{
  activeUnits: String.t() | nil,
  completedUnits: String.t() | nil,
  elapsedMs: String.t() | nil,
  estimatedRunnableUnits: String.t() | nil,
  pendingUnits: String.t() | nil,
  totalSlotMs: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.