Packages

p

com.mapr.db.spark

condition

package condition

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

Type Members

  1. case class AND(lhs: Predicate, rhs: Predicate) extends Predicate with Product with Serializable
  2. case class Between[T](c: field, rhs1: T, rhs2: T)(implicit evidence$7: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  3. case class EqualsTo[T](c: field, rhs: T)(implicit evidence$5: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  4. case class EqualsToMap(c: field, rhs: Map[String, AnyRef]) extends Predicate with Product with Serializable
  5. case class EqualsToSeq(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
  6. case class Exists(c: field) extends Predicate with Product with Serializable
  7. case class GreaterThan[T](c: field, rhs: T)(implicit evidence$1: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  8. case class GreaterThanEquals[T](c: field, rhs: T)(implicit evidence$2: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  9. case class In(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
  10. case class LessThan[T](c: field, rhs: T)(implicit evidence$3: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  11. case class LessThanEquals[T](c: field, rhs: T)(implicit evidence$4: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  12. case class Like(c: field, regex: String) extends Predicate with Product with Serializable
  13. case class Matches(c: field, regex: String) extends Predicate with Product with Serializable
  14. case class NotEqualsTo[T](c: field, rhs: T)(implicit evidence$6: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
  15. case class NotEqualsToMap(c: field, rhs: Map[String, AnyRef]) extends Predicate with Product with Serializable
  16. case class NotEqualsToSeq(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
  17. case class NotExists(c: field) extends Predicate with Product with Serializable
  18. case class NotIn(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
  19. case class NotLike(c: field, regex: String) extends Predicate with Product with Serializable
  20. case class NotMatches(c: field, regex: String) extends Predicate with Product with Serializable
  21. case class NotTypeOf(c: field, typevalue: String) extends Predicate with Product with Serializable
  22. case class OR(lhs: Predicate, rhs: Predicate) extends Predicate with Product with Serializable
  23. trait Predicate extends Serializable
  24. case class SizeOf(c: field, op: Op, size: Long) extends Predicate with Product with Serializable
  25. case class TypeOf(c: field, typevalue: String) extends Predicate with Product with Serializable
  26. trait quotes[T] extends Serializable

Value Members

  1. implicit def quotesBigDecimal: quotes[BigDecimal]
  2. implicit def quotesBoolean: quotes[Boolean]
  3. implicit def quotesByte: quotes[Byte]
  4. implicit def quotesByteBuffer: quotes[ByteBuffer]
  5. implicit def quotesDouble: quotes[Double]
  6. implicit def quotesFloat: quotes[Float]
  7. implicit def quotesInt: quotes[Int]
  8. implicit def quotesInteger: quotes[Integer]
  9. implicit def quotesLong: quotes[Long]
  10. implicit def quotesODate: quotes[ODate]
  11. implicit def quotesOInterval: quotes[OInterval]
  12. implicit def quotesOTime: quotes[OTime]
  13. implicit def quotesOTimestamp: quotes[OTimestamp]
  14. implicit def quotesShort: quotes[Short]
  15. implicit def quotesString: quotes[String]
  16. object DBQueryCondition extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped