com.holdenkarau.spark.testing

JavaDatasetSuiteBase

class JavaDatasetSuiteBase extends JavaDataFrameSuiteBase with DatasetSuiteBaseLike with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaDatasetSuiteBase
  2. DatasetSuiteBaseLike
  3. JavaDataFrameSuiteBase
  4. JavaTestSuite
  5. DataFrameSuiteBaseLike
  6. Serializable
  7. Serializable
  8. TestSuiteLike
  9. SharedJavaSparkContext
  10. SparkContextProvider
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaDatasetSuiteBase()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def approxEqualDataFrames(expected: DataFrame, result: DataFrame, tol: Double): Unit

    Compares if two DataFrames are equal, checks that the schemas are the same.

    Compares if two DataFrames are equal, checks that the schemas are the same. When comparing inexact fields uses tol.

    tol

    max acceptable tolerance, should be less than 1.

    Definition Classes
    DataFrameSuiteBaseLike
  7. def approxEqualDatasets[U](expected: Dataset[U], result: Dataset[U], tol: Double): Unit

    Compares if two Datasets are equal, Datasets should have the same type.

    Compares if two Datasets are equal, Datasets should have the same type. When comparing inexact fields uses tol.

    tol

    max acceptable tolerance, should be less than 1.

  8. def approxEqualDatasets[U](expected: Dataset[U], result: Dataset[U], tol: Double)(implicit UCT: ClassTag[U]): Unit

    Compares if two Datasets are equal, Datasets should have the same type.

    Compares if two Datasets are equal, Datasets should have the same type. When comparing inexact fields uses tol.

    tol

    max acceptable tolerance, should be less than 1.

    Definition Classes
    DatasetSuiteBaseLike
  9. def approxEquals(r1: Row, r2: Row, tol: Double): Boolean

    Definition Classes
    DataFrameSuiteBaseLike
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def assert[U](message: String, expected: U, actual: U)(implicit CT: ClassTag[U]): Unit

    Definition Classes
    JavaTestSuiteTestSuiteLike
  12. def assert[U](expected: U, actual: U)(implicit CT: ClassTag[U]): Unit

    Definition Classes
    JavaTestSuiteTestSuiteLike
  13. def assertEmpty[U](arr: Array[U])(implicit CT: ClassTag[U]): Unit

    Definition Classes
    JavaTestSuiteTestSuiteLike
  14. def beforeAllTestCasesHook(): Unit

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def conf(): SparkConf

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equalDataFrames(expected: DataFrame, result: DataFrame): Unit

    Compares if two DataFrames are equal, checks the schema and then if that matches checks if the rows are equal.

    Compares if two DataFrames are equal, checks the schema and then if that matches checks if the rows are equal.

    Definition Classes
    DataFrameSuiteBaseLike
  19. def equalDatasets[U](expected: Dataset[U], result: Dataset[U]): Unit

    Check if two Datasets are equals, Datasets should have the same type.

    Check if two Datasets are equals, Datasets should have the same type. This method could be customized by overriding equals method for the given class type.

  20. def equalDatasets[U](expected: Dataset[U], result: Dataset[U])(implicit UCT: ClassTag[U]): Unit

    Check if two Datasets are equals, Datasets should have the same type.

    Check if two Datasets are equals, Datasets should have the same type. This method could be customized by overriding equals method for the given class type.

    Definition Classes
    DatasetSuiteBaseLike
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def fakeClassTag[T]: ClassTag[T]

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def jsc(): JavaSparkContext

    Definition Classes
    SharedJavaSparkContext
  28. val maxUnequalRowsToShow: Int

    Definition Classes
    DataFrameSuiteBaseLike
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def runBefore(): Unit

    Definition Classes
    SharedJavaSparkContext
  33. def sc(): SparkContext

  34. def sqlBeforeAllTestCases(): Unit

    Definition Classes
    DataFrameSuiteBaseLike
  35. def sqlContext: HiveContext

    Definition Classes
    DataFrameSuiteBaseLike
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DatasetSuiteBaseLike

Inherited from JavaDataFrameSuiteBase

Inherited from JavaTestSuite

Inherited from DataFrameSuiteBaseLike

Inherited from Serializable

Inherited from Serializable

Inherited from TestSuiteLike

Inherited from SharedJavaSparkContext

Inherited from SparkContextProvider

Inherited from AnyRef

Inherited from Any

Ungrouped