Packages

object ExecutionPlanCaptureCallback extends ExecutionPlanCaptureCallbackBase

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecutionPlanCaptureCallback
  2. ExecutionPlanCaptureCallbackBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assertCapturedAndGpuFellBack(fallbackCpuClass: String, timeoutMs: Long = 2000): Unit
  6. def assertCapturedAndGpuFellBack(fallbackCpuClassList: ArrayList[String], timeoutMs: Long): Unit
  7. def assertContains(df: DataFrame, gpuClass: String): Unit
  8. def assertContains(gpuPlan: SparkPlan, className: String): Unit
  9. def assertContainsAnsiCast(df: DataFrame): Unit
  10. def assertDidFallBack(gpuPlans: Array[SparkPlan], fallbackCpuClass: String): Unit
  11. def assertDidFallBack(df: DataFrame, fallbackCpuClass: String): Unit
  12. def assertDidFallBack(gpuPlan: SparkPlan, fallbackCpuClass: String): Unit
  13. def assertNotContain(df: DataFrame, gpuClass: String): Unit
  14. def assertNotContain(gpuPlan: SparkPlan, className: String): Unit
  15. def assertSchemataMatch(cpuDf: DataFrame, gpuDf: DataFrame, expectedSchema: String): Unit
  16. def captureIfNeeded(qe: QueryExecution): Unit
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. def didFallBack(plan: SparkPlan, fallbackCpuClass: String): Boolean
  19. def endCapture(timeoutMillis: Long): Unit
  20. def endCapture(): Unit
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def extractExecutedPlan(plan: SparkPlan): SparkPlan
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getResultsWithTimeout(timeoutMs: Long = 10000): Array[SparkPlan]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. lazy val impl: ExecutionPlanCaptureCallbackBase
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def startCapture(timeoutMillis: Long): Unit
  34. def startCapture(): Unit
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped