org.apache.spark.sql.execution

ui

package ui

Visibility
  1. Public
  2. All

Type Members

  1. case class SparkListenerSQLExecutionEnd(executionId: Long, time: Long) extends SparkListenerEvent with Product with Serializable

    Annotations
    @DeveloperApi()
  2. case class SparkListenerSQLExecutionStart(executionId: Long, description: String, details: String, physicalPlanDescription: String, sparkPlanInfo: SparkPlanInfo, time: Long) extends SparkListenerEvent with Product with Serializable

    Annotations
    @DeveloperApi()

Ungrouped