ExplainQueryStage constructor

ExplainQueryStage({
  1. String? completedParallelInputs,
  2. String? computeMsAvg,
  3. String? computeMsMax,
  4. double? computeRatioAvg,
  5. double? computeRatioMax,
  6. String? endMs,
  7. String? id,
  8. List<String>? inputStages,
  9. String? name,
  10. String? parallelInputs,
  11. String? readMsAvg,
  12. String? readMsMax,
  13. double? readRatioAvg,
  14. double? readRatioMax,
  15. String? recordsRead,
  16. String? recordsWritten,
  17. String? shuffleOutputBytes,
  18. String? shuffleOutputBytesSpilled,
  19. String? slotMs,
  20. String? startMs,
  21. String? status,
  22. List<ExplainQueryStep>? steps,
  23. String? waitMsAvg,
  24. String? waitMsMax,
  25. double? waitRatioAvg,
  26. double? waitRatioMax,
  27. String? writeMsAvg,
  28. String? writeMsMax,
  29. double? writeRatioAvg,
  30. double? writeRatioMax,
})

Implementation

ExplainQueryStage({
  this.completedParallelInputs,
  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,
});