Package

com.datawizards.dqm

rules

Permalink

package rules

Visibility
  1. Public
  2. All

Type Members

  1. trait AnyTypeComparator extends AnyRef

    Permalink
  2. trait BusinessRule extends Serializable

    Permalink
  3. case class DictionaryRule(values: Seq[String]) extends FieldRule with AnyTypeComparator with Product with Serializable

    Permalink
  4. trait FieldRule extends BusinessRule

    Permalink
  5. case class FieldRules(field: String, rules: Seq[FieldRule]) extends Product with Serializable

    Permalink
  6. trait GroupRule extends BusinessRule

    Permalink
  7. case class MaxRule(max: Any) extends FieldRule with AnyTypeComparator with Product with Serializable

    Permalink
  8. case class MinRule(min: Any) extends FieldRule with AnyTypeComparator with Product with Serializable

    Permalink
  9. case class NotEmptyGroups(expectedGroups: Seq[String]) extends GroupRule with Product with Serializable

    Permalink
  10. case class RegexRule(regex: String) extends FieldRule with AnyTypeComparator with Product with Serializable

    Permalink
  11. case class TableRules(rowRules: Seq[FieldRules]) extends Product with Serializable

    Permalink

Value Members

  1. object NotNullRule extends FieldRule

    Permalink

Ungrouped