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