ExplainQueryStage constructor
ExplainQueryStage({
- String? completedParallelInputs,
- String? computeMode,
- String? computeMsAvg,
- String? computeMsMax,
- double? computeRatioAvg,
- double? computeRatioMax,
- String? endMs,
- String? id,
- List<
String> ? inputStages, - String? name,
- String? parallelInputs,
- String? readMsAvg,
- String? readMsMax,
- double? readRatioAvg,
- double? readRatioMax,
- String? recordsRead,
- String? recordsWritten,
- String? shuffleOutputBytes,
- String? shuffleOutputBytesSpilled,
- String? slotMs,
- String? startMs,
- String? status,
- List<
ExplainQueryStep> ? steps, - String? waitMsAvg,
- String? waitMsMax,
- double? waitRatioAvg,
- double? waitRatioMax,
- String? writeMsAvg,
- String? writeMsMax,
- double? writeRatioAvg,
- double? writeRatioMax,
Implementation
ExplainQueryStage({
this.completedParallelInputs,
this.computeMode,
this.computeMsAvg,
this.computeMsMax,
this.computeRatioAvg,
this.computeRatioMax,
this.endMs,
this.id,
this.inputStages,
this.name,
this.parallelInputs,
this.readMsAvg,
this.readMsMax,
this.readRatioAvg,
this.readRatioMax,
this.recordsRead,
this.recordsWritten,
this.shuffleOutputBytes,
this.shuffleOutputBytesSpilled,
this.slotMs,
this.startMs,
this.status,
this.steps,
this.waitMsAvg,
this.waitMsMax,
this.waitRatioAvg,
this.waitRatioMax,
this.writeMsAvg,
this.writeMsMax,
this.writeRatioAvg,
this.writeRatioMax,
});