Packages

class SparkPlanInfo extends AnyRef

:: DeveloperApi :: Stores information about a SQL SparkPlan.

Annotations
@DeveloperApi()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkPlanInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SparkPlanInfo(nodeName: String, simpleString: String, children: Seq[SparkPlanInfo], metadata: Map[String, String], metrics: Seq[SQLMetricInfo])

Value Members

  1. val children: Seq[SparkPlanInfo]
  2. def equals(other: Any): Boolean
    Definition Classes
    SparkPlanInfo → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    SparkPlanInfo → AnyRef → Any
  4. val metadata: Map[String, String]
  5. val metrics: Seq[SQLMetricInfo]
  6. val nodeName: String
  7. val simpleString: String