object ArbDualDsCheck
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArbDualDsCheck
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class DatasetPair(ds: Dataset[_], dsToCompare: Dataset[_]) extends Product with Serializable
Value Members
- def apply(checkDescription: String)(check: (DatasetPair) ⇒ RawCheckResult): ArbDualDsCheck
-
val
dfsMatchOrdered: ArbDualDsCheck
Checks that dfs match exactly and are in the same order
-
val
dfsMatchUnordered: ArbDualDsCheck
Check that dfs match exactly regardless of content
-
val
dsSchemasMatch: ArbDualDsCheck
Checks if schemas of 2 datasets exactly match