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