Packages

object ArbDualDsCheck

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArbDualDsCheck
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DatasetPair(ds: Dataset[_], dsToCompare: Dataset[_]) extends Product with Serializable

Value Members

  1. def apply(checkDescription: String)(check: (DatasetPair) ⇒ RawCheckResult): ArbDualDsCheck
  2. val dfsMatchOrdered: ArbDualDsCheck

    Checks that dfs match exactly and are in the same order

  3. val dfsMatchUnordered: ArbDualDsCheck

    Check that dfs match exactly regardless of content

  4. val dsSchemasMatch: ArbDualDsCheck

    Checks if schemas of 2 datasets exactly match