Package

com.github.timgent.dataflare

checks

Permalink

package checks

Visibility
  1. Public
  2. All

Type Members

  1. trait ArbDualDsCheck extends DualDsQCCheck

    Permalink

    Check for comparing a pair of datasets

  2. trait ArbSingleDsCheck extends SingleDsCheck

    Permalink

    A check to be done on a single dataset

  3. trait ArbitraryCheck extends QCCheck

    Permalink

    Arbitrary check - could provide any function to do this type of check

  4. sealed trait CheckDescription extends AnyRef

    Permalink
  5. case class CheckResult(qcType: QcType, status: CheckStatus, resultDescription: String, checkDescription: CheckDescription, datasourceDescription: Option[DatasourceDescription] = None, errors: Seq[FlareError] = Seq.empty) extends Product with Serializable

    Permalink

    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

  6. sealed trait CheckStatus extends EnumEntry

    Permalink

    Represents the resulting status of a check

  7. sealed trait DatasourceDescription extends AnyRef

    Permalink
  8. trait QCCheck extends AnyRef

    Permalink

    Represents a check to be done

  9. sealed trait QcType extends EnumEntry

    Permalink
  10. case class RawCheckResult(status: CheckStatus, resultDescription: String) extends Product with Serializable

    Permalink

    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

  1. object ArbDualDsCheck

    Permalink
  2. object ArbSingleDsCheck

    Permalink
  3. object ArbitraryCheck

    Permalink
  4. object CheckDescription

    Permalink
  5. object CheckResult extends Serializable

    Permalink
  6. object CheckStatus extends Enum[CheckStatus]

    Permalink
  7. object DatasourceDescription

    Permalink
  8. object QCCheck

    Permalink
  9. object QcType extends Enum[QcType]

    Permalink
  10. package metrics

    Permalink

Ungrouped