ExplainQueryStage

final case class ExplainQueryStage(parallelInputs: Option[Long], name: Option[String], waitMsMax: Option[Long], readMsAvg: Option[Long], completedParallelInputs: Option[Long], recordsWritten: Option[Long], computeRatioMax: Option[Double], waitMsAvg: Option[Long], recordsRead: Option[Long], writeMsAvg: Option[Long], startMs: Option[FiniteDuration], slotMs: Option[FiniteDuration], readRatioAvg: Option[Double], computeMsMax: Option[Long], id: Option[Long], waitRatioMax: Option[Double], waitRatioAvg: Option[Double], writeRatioMax: Option[Double], status: Option[String], shuffleOutputBytesSpilled: Option[Long], computeMsAvg: Option[Long], computeRatioAvg: Option[Double], steps: Option[List[ExplainQueryStep]], endMs: Option[FiniteDuration], readMsMax: Option[Long], readRatioMax: Option[Double], writeMsMax: Option[Long], writeRatioAvg: Option[Double], shuffleOutputBytes: Option[Long], inputStages: Option[List[Long]])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product