google_api_big_query v0.6.0 GoogleApi.BigQuery.V2.Model.ExplainQueryStage View Source

Attributes

  • completedParallelInputs (String.t): Number of parallel input segments completed. Defaults to: null.
  • computeMsAvg (String.t): Milliseconds the average shard spent on CPU-bound tasks. Defaults to: null.
  • computeMsMax (String.t): Milliseconds the slowest shard spent on CPU-bound tasks. Defaults to: null.
  • computeRatioAvg (float()): Relative amount of time the average shard spent on CPU-bound tasks. Defaults to: null.
  • computeRatioMax (float()): Relative amount of time the slowest shard spent on CPU-bound tasks. Defaults to: null.
  • endMs (String.t): Stage end time represented as milliseconds since epoch. Defaults to: null.
  • id (String.t): Unique ID for stage within plan. Defaults to: null.
  • inputStages ([String.t]): IDs for stages that are inputs to this stage. Defaults to: null.
  • name (String.t): Human-readable name for stage. Defaults to: null.
  • parallelInputs (String.t): Number of parallel input segments to be processed. Defaults to: null.
  • readMsAvg (String.t): Milliseconds the average shard spent reading input. Defaults to: null.
  • readMsMax (String.t): Milliseconds the slowest shard spent reading input. Defaults to: null.
  • readRatioAvg (float()): Relative amount of time the average shard spent reading input. Defaults to: null.
  • readRatioMax (float()): Relative amount of time the slowest shard spent reading input. Defaults to: null.
  • recordsRead (String.t): Number of records read into the stage. Defaults to: null.
  • recordsWritten (String.t): Number of records written by the stage. Defaults to: null.
  • shuffleOutputBytes (String.t): Total number of bytes written to shuffle. Defaults to: null.
  • shuffleOutputBytesSpilled (String.t): Total number of bytes written to shuffle and spilled to disk. Defaults to: null.
  • startMs (String.t): Stage start time represented as milliseconds since epoch. Defaults to: null.
  • status (String.t): Current status for the stage. Defaults to: null.
  • steps ([ExplainQueryStep]): List of operations within the stage in dependency order (approximately chronological). Defaults to: null.
  • waitMsAvg (String.t): Milliseconds the average shard spent waiting to be scheduled. Defaults to: null.
  • waitMsMax (String.t): Milliseconds the slowest shard spent waiting to be scheduled. Defaults to: null.
  • waitRatioAvg (float()): Relative amount of time the average shard spent waiting to be scheduled. Defaults to: null.
  • waitRatioMax (float()): Relative amount of time the slowest shard spent waiting to be scheduled. Defaults to: null.
  • writeMsAvg (String.t): Milliseconds the average shard spent on writing output. Defaults to: null.
  • writeMsMax (String.t): Milliseconds the slowest shard spent on writing output. Defaults to: null.
  • writeRatioAvg (float()): Relative amount of time the average shard spent on writing output. Defaults to: null.
  • writeRatioMax (float()): Relative amount of time the slowest shard spent on writing output. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.BigQuery.V2.Model.ExplainQueryStage{
  completedParallelInputs: any(),
  computeMsAvg: any(),
  computeMsMax: any(),
  computeRatioAvg: any(),
  computeRatioMax: any(),
  endMs: any(),
  id: any(),
  inputStages: [any()],
  name: any(),
  parallelInputs: any(),
  readMsAvg: any(),
  readMsMax: any(),
  readRatioAvg: any(),
  readRatioMax: any(),
  recordsRead: any(),
  recordsWritten: any(),
  shuffleOutputBytes: any(),
  shuffleOutputBytesSpilled: any(),
  startMs: any(),
  status: any(),
  steps: [GoogleApi.BigQuery.V2.Model.ExplainQueryStep.t()],
  waitMsAvg: any(),
  waitMsMax: any(),
  waitRatioAvg: any(),
  waitRatioMax: any(),
  writeMsAvg: any(),
  writeMsMax: any(),
  writeRatioAvg: any(),
  writeRatioMax: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.