package checks
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
ArbDualDsCheck extends DualDsQCCheck
Check for comparing a pair of datasets
-
trait
ArbSingleDsCheck extends SingleDsCheck
A check to be done on a single dataset
-
trait
ArbitraryCheck extends QCCheck
Arbitrary check - could provide any function to do this type of check
- sealed trait CheckDescription extends AnyRef
-
case class
CheckResult(qcType: QcType, status: CheckStatus, resultDescription: String, checkDescription: CheckDescription, datasourceDescription: Option[DatasourceDescription] = None, errors: Seq[FlareError] = Seq.empty) extends Product with Serializable
The result of a check
The result of a check
- status
- status of the check
- resultDescription
- description of the check result
- checkDescription
- description of the check
- datasourceDescription
- optional description of the datasource used in the check
- errors
- any errors that occured when trying to execute the check
-
sealed
trait
CheckStatus extends EnumEntry
Represents the resulting status of a check
- sealed trait DatasourceDescription extends AnyRef
-
trait
QCCheck extends AnyRef
Represents a check to be done
- sealed trait QcType extends EnumEntry
-
case class
RawCheckResult(status: CheckStatus, resultDescription: String) extends Product with Serializable
Check result without additional information about datasource and check description
Check result without additional information about datasource and check description
- status
- status of the check
- resultDescription
- description of the check result
Value Members
- object ArbDualDsCheck
- object ArbSingleDsCheck
- object ArbitraryCheck
- object CheckDescription
- object CheckResult extends Serializable
- object CheckStatus extends Enum[CheckStatus]
- object DatasourceDescription
- object QCCheck
- object QcType extends Enum[QcType]