Package

com.github

sparkdataquality

Permalink

package sparkdataquality

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sparkdataquality
  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. sealed trait QcType extends EnumEntry

    Permalink
  5. 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. object QcType extends Enum[QcType]

    Permalink
  5. object QualityChecker

    Permalink
  6. package checks

    Permalink
  7. package deequ

    Permalink
  8. package repository

    Permalink
  9. object sparkdataquality

    Permalink
  10. package thresholds

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped