Package

com.mapr.db.spark

condition

Permalink

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

    Permalink
  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

    Permalink
  3. case class EqualsTo[T](c: field, rhs: T)(implicit evidence$5: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable

    Permalink
  4. case class EqualsToMap(c: field, rhs: Map[String, AnyRef]) extends Predicate with Product with Serializable

    Permalink
  5. case class EqualsToSeq(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable

    Permalink
  6. case class Exists(c: field) extends Predicate with Product with Serializable

    Permalink
  7. case class GreaterThan[T](c: field, rhs: T)(implicit evidence$1: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable

    Permalink
  8. case class GreaterThanEquals[T](c: field, rhs: T)(implicit evidence$2: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable

    Permalink
  9. case class In(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable

    Permalink
  10. case class LessThan[T](c: field, rhs: T)(implicit evidence$3: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable

    Permalink
  11. case class LessThanEquals[T](c: field, rhs: T)(implicit evidence$4: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable

    Permalink
  12. case class Like(c: field, regex: String) extends Predicate with Product with Serializable

    Permalink
  13. case class Matches(c: field, regex: String) extends Predicate with Product with Serializable

    Permalink
  14. case class NotEqualsTo[T](c: field, rhs: T)(implicit evidence$6: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable

    Permalink
  15. case class NotEqualsToMap(c: field, rhs: Map[String, AnyRef]) extends Predicate with Product with Serializable

    Permalink
  16. case class NotEqualsToSeq(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable

    Permalink
  17. case class NotExists(c: field) extends Predicate with Product with Serializable

    Permalink
  18. case class NotIn(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable

    Permalink
  19. case class NotLike(c: field, regex: String) extends Predicate with Product with Serializable

    Permalink
  20. case class NotMatches(c: field, regex: String) extends Predicate with Product with Serializable

    Permalink
  21. case class NotTypeOf(c: field, typevalue: String) extends Predicate with Product with Serializable

    Permalink
  22. case class OR(lhs: Predicate, rhs: Predicate) extends Predicate with Product with Serializable

    Permalink
  23. trait Predicate extends Serializable

    Permalink
  24. case class SizeOf(c: field, op: Op, size: Long) extends Predicate with Product with Serializable

    Permalink
  25. case class TypeOf(c: field, typevalue: String) extends Predicate with Product with Serializable

    Permalink
  26. trait quotes[T] extends Serializable

    Permalink

Value Members

  1. object DBQueryCondition extends Serializable

    Permalink
  2. implicit def quotesBigDecimal: quotes[BigDecimal]

    Permalink
  3. implicit def quotesBoolean: quotes[Boolean]

    Permalink
  4. implicit def quotesByte: quotes[Byte]

    Permalink
  5. implicit def quotesByteBuffer: quotes[ByteBuffer]

    Permalink
  6. implicit def quotesDouble: quotes[Double]

    Permalink
  7. implicit def quotesFloat: quotes[Float]

    Permalink
  8. implicit def quotesInt: quotes[Int]

    Permalink
  9. implicit def quotesInteger: quotes[Integer]

    Permalink
  10. implicit def quotesLong: quotes[Long]

    Permalink
  11. implicit def quotesODate: quotes[ODate]

    Permalink
  12. implicit def quotesOInterval: quotes[OInterval]

    Permalink
  13. implicit def quotesOTime: quotes[OTime]

    Permalink
  14. implicit def quotesOTimestamp: quotes[OTimestamp]

    Permalink
  15. implicit def quotesShort: quotes[Short]

    Permalink
  16. implicit def quotesString: quotes[String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped