Package

com.github.timgent.sparkdataquality.checks

metrics

Permalink

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. final case class DualMetricBasedCheck[MV <: MetricValue](dsAMetricDescriptor: MetricDescriptor, dsBMetricDescriptor: MetricDescriptor, userDescription: String)(metricComparator: MetricComparator[MV]) extends MetricsBasedCheck with Product with Serializable

    Permalink

    A check based on a metric for one dataset compared to a metric on another dataset

    A check based on a metric for one dataset compared to a metric on another dataset

    dsAMetricDescriptor

    - the metric to be used on dataset a

    dsBMetricDescriptor

    - the metric to be used on dataset b

    userDescription

    - description of the check

    metricComparator

    - comparison function for the metrics which determines if the check passes

  2. trait SingleMetricBasedCheck[MV <: MetricValue] extends MetricsBasedCheck

    Permalink

    A check on a single metric

    A check on a single metric

    MV

    - the type of the MetricValue that will be calculated in order to complete this check

Value Members

  1. object SingleMetricBasedCheck

    Permalink

Ungrouped