package containers
Type Members
-
case class
AppleTable(sourceType: SourceType, dataFrame: DataFrame, delimiter: String, tempViewName: String) extends Product with Serializable
Custom container class that stores all data gotten from any source
-
class
CmdLine extends AnyRef
Runner class parsing command line arguments
- case class CountResult(leftCount: Long, rightCount: Long) extends Product with Serializable
-
case class
DiffResult(inLeftNotInRight: DataFrame, inRightNotInLeft: DataFrame) extends Product with Serializable
* The container for the comparison result.
* The container for the comparison result.
- inLeftNotInRight
the data set that contains the results in left but not in right
- inRightNotInLeft
the data set that contains the results in right but not in left
-
class
SourceVars extends AnyRef
Extracts the database connection details