Package

qualitychecker

Permalink

package qualitychecker

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

Type Members

  1. sealed trait CheckSuiteStatus extends EnumEntry

    Permalink
  2. trait ChecksSuite extends AnyRef

    Permalink
  3. case class ChecksSuiteResult(overallStatus: CheckSuiteStatus, checkSuiteDescription: String, resultDescription: String, checkResults: Seq[CheckResult], timestamp: Instant, checkType: QcType, checkTags: Map[String, String]) extends Product with Serializable

    Permalink
  4. type DeequCheck = Check

    Permalink
  5. type DeequCheckResult = CheckResult

    Permalink
  6. type DeequCheckStatus = com.amazon.deequ.checks.CheckStatus.Value

    Permalink
  7. type DeequConstraint = Constraint

    Permalink
  8. type DeequMetricsRepository = MetricsRepository

    Permalink
  9. sealed trait QcType extends EnumEntry

    Permalink
  10. case class SimpleQualityCheckResult() extends Product with Serializable

    Permalink

Value Members

  1. object CheckSuiteStatus extends Enum[CheckSuiteStatus]

    Permalink
  2. object ChecksSuite

    Permalink
  3. object ChecksSuiteResultStatusCalculator

    Permalink
  4. val DeequCheckStatus: CheckStatus.type

    Permalink
  5. object QcType extends Enum[QcType]

    Permalink
  6. object QualityChecker

    Permalink
  7. package checks

    Permalink
  8. package deequ

    Permalink
  9. package repository

    Permalink
  10. package thresholds

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped