google_api_big_query v0.44.0 GoogleApi.BigQuery.V2.Model.ExplainQueryStage View Source
Attributes
-
completedParallelInputs
(type:String.t
, default:nil
) - Number of parallel input segments completed. -
computeMsAvg
(type:String.t
, default:nil
) - Milliseconds the average shard spent on CPU-bound tasks. -
computeMsMax
(type:String.t
, default:nil
) - Milliseconds the slowest shard spent on CPU-bound tasks. -
computeRatioAvg
(type:float()
, default:nil
) - Relative amount of time the average shard spent on CPU-bound tasks. -
computeRatioMax
(type:float()
, default:nil
) - Relative amount of time the slowest shard spent on CPU-bound tasks. -
endMs
(type:String.t
, default:nil
) - Stage end time represented as milliseconds since epoch. -
id
(type:String.t
, default:nil
) - Unique ID for stage within plan. -
inputStages
(type:list(String.t)
, default:nil
) - IDs for stages that are inputs to this stage. -
name
(type:String.t
, default:nil
) - Human-readable name for stage. -
parallelInputs
(type:String.t
, default:nil
) - Number of parallel input segments to be processed. -
readMsAvg
(type:String.t
, default:nil
) - Milliseconds the average shard spent reading input. -
readMsMax
(type:String.t
, default:nil
) - Milliseconds the slowest shard spent reading input. -
readRatioAvg
(type:float()
, default:nil
) - Relative amount of time the average shard spent reading input. -
readRatioMax
(type:float()
, default:nil
) - Relative amount of time the slowest shard spent reading input. -
recordsRead
(type:String.t
, default:nil
) - Number of records read into the stage. -
recordsWritten
(type:String.t
, default:nil
) - Number of records written by the stage. -
shuffleOutputBytes
(type:String.t
, default:nil
) - Total number of bytes written to shuffle. -
shuffleOutputBytesSpilled
(type:String.t
, default:nil
) - Total number of bytes written to shuffle and spilled to disk. -
slotMs
(type:String.t
, default:nil
) - Slot-milliseconds used by the stage. -
startMs
(type:String.t
, default:nil
) - Stage start time represented as milliseconds since epoch. -
status
(type:String.t
, default:nil
) - Current status for the stage. -
steps
(type:list(GoogleApi.BigQuery.V2.Model.ExplainQueryStep.t)
, default:nil
) - List of operations within the stage in dependency order (approximately chronological). -
waitMsAvg
(type:String.t
, default:nil
) - Milliseconds the average shard spent waiting to be scheduled. -
waitMsMax
(type:String.t
, default:nil
) - Milliseconds the slowest shard spent waiting to be scheduled. -
waitRatioAvg
(type:float()
, default:nil
) - Relative amount of time the average shard spent waiting to be scheduled. -
waitRatioMax
(type:float()
, default:nil
) - Relative amount of time the slowest shard spent waiting to be scheduled. -
writeMsAvg
(type:String.t
, default:nil
) - Milliseconds the average shard spent on writing output. -
writeMsMax
(type:String.t
, default:nil
) - Milliseconds the slowest shard spent on writing output. -
writeRatioAvg
(type:float()
, default:nil
) - Relative amount of time the average shard spent on writing output. -
writeRatioMax
(type:float()
, default:nil
) - Relative amount of time the slowest shard spent on writing output.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.ExplainQueryStage{ completedParallelInputs: String.t(), computeMsAvg: String.t(), computeMsMax: String.t(), computeRatioAvg: float(), computeRatioMax: float(), endMs: String.t(), id: String.t(), inputStages: [String.t()], name: String.t(), parallelInputs: String.t(), readMsAvg: String.t(), readMsMax: String.t(), readRatioAvg: float(), readRatioMax: float(), recordsRead: String.t(), recordsWritten: String.t(), shuffleOutputBytes: String.t(), shuffleOutputBytesSpilled: String.t(), slotMs: String.t(), startMs: String.t(), status: String.t(), steps: [GoogleApi.BigQuery.V2.Model.ExplainQueryStep.t()], waitMsAvg: String.t(), waitMsMax: String.t(), waitRatioAvg: float(), waitRatioMax: float(), writeMsAvg: String.t(), writeMsMax: String.t(), writeRatioAvg: float(), writeRatioMax: float() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.