toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (biEngineReasons != null) 'biEngineReasons': biEngineReasons!,
      if (highCardinalityJoins != null)
        'highCardinalityJoins': highCardinalityJoins!,
      if (insufficientShuffleQuota != null)
        'insufficientShuffleQuota': insufficientShuffleQuota!,
      if (slotContention != null) 'slotContention': slotContention!,
      if (stageId != null) 'stageId': stageId!,
    };