google_api_big_query v0.0.1
GoogleApi.BigQuery.V2.Model.ExplainQueryStage
View Source
Attributes
- 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.
- id (String.t): Unique ID for stage within plan. Defaults to:
null.
- name (String.t): Human-readable name for stage. 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.
- 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.