ExplainQueryStage constructor

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