StagePerformanceStandaloneInsight constructor

StagePerformanceStandaloneInsight({
  1. List<BiEngineReason>? biEngineReasons,
  2. List<HighCardinalityJoin>? highCardinalityJoins,
  3. bool? insufficientShuffleQuota,
  4. bool? slotContention,
  5. String? stageId,
})

Implementation

StagePerformanceStandaloneInsight({
  this.biEngineReasons,
  this.highCardinalityJoins,
  this.insufficientShuffleQuota,
  this.slotContention,
  this.stageId,
});