Packages

c

org.apache.spark.sql.rapids

ShimmedExecutionPlanCaptureCallbackImpl

class ShimmedExecutionPlanCaptureCallbackImpl extends ExecutionPlanCaptureCallbackBase

Note that the name is prefixed with "Shimmed" such that wildcard rules under unshimmed-common-from-spark320.txt don't get confused and pick this class to be un-shimmed.

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

Instance Constructors

  1. new ShimmedExecutionPlanCaptureCallbackImpl()

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(df: DataFrame, fallbackCpuClass: String): Unit
  11. def assertDidFallBack(gpuPlan: SparkPlan, fallbackCpuClass: String): Unit
  12. def assertDidFallBack(gpuPlans: Array[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

    This method is used by the Python integration tests.

    This method is used by the Python integration tests. The method checks the schemata used in the GPU and CPU executed plans and compares it to the expected schemata to make sure we are not reading more data than needed

    Definition Classes
    ShimmedExecutionPlanCaptureCallbackImplExecutionPlanCaptureCallbackBase
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def startCapture(timeoutMillis: Long): Unit
  33. def startCapture(): Unit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped