object Constraint

Source
Manifest.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constraint
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Cluster(fieldName: String, param: String) extends Constraint with Product with Serializable
  2. final case class GroupBy(fieldName: String, param: Option[Int]) extends Constraint with Product with Serializable
  3. final case class Like(fieldName: String, param: Regex) extends Constraint with Product with Serializable
  4. final case class Unique(fieldName: String) extends Constraint with Product with Serializable
  5. final case class Unlike(fieldName: String, param: Regex) extends Constraint with Product with Serializable