Explain Query Stage Response
data class ExplainQueryStageResponse(val completedParallelInputs: String, val computeMsAvg: String, val computeMsMax: String, val computeRatioAvg: Double, val computeRatioMax: Double, val endMs: String, val inputStages: List<String>, val name: String, val parallelInputs: String, val readMsAvg: String, val readMsMax: String, val readRatioAvg: Double, val readRatioMax: Double, val recordsRead: String, val recordsWritten: String, val shuffleOutputBytes: String, val shuffleOutputBytesSpilled: String, val slotMs: String, val startMs: String, val status: String, val steps: List<ExplainQueryStepResponse>, val waitMsAvg: String, val waitMsMax: String, val waitRatioAvg: Double, val waitRatioMax: Double, val writeMsAvg: String, val writeMsMax: String, val writeRatioAvg: Double, val writeRatioMax: Double)
Constructors
Link copied to clipboard
fun ExplainQueryStageResponse(completedParallelInputs: String, computeMsAvg: String, computeMsMax: String, computeRatioAvg: Double, computeRatioMax: Double, endMs: String, inputStages: List<String>, name: String, parallelInputs: String, readMsAvg: String, readMsMax: String, readRatioAvg: Double, readRatioMax: Double, recordsRead: String, recordsWritten: String, shuffleOutputBytes: String, shuffleOutputBytesSpilled: String, slotMs: String, startMs: String, status: String, steps: List<ExplainQueryStepResponse>, waitMsAvg: String, waitMsMax: String, waitRatioAvg: Double, waitRatioMax: Double, writeMsAvg: String, writeMsMax: String, writeRatioAvg: Double, writeRatioMax: Double)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard