Class

io.univalence.fenek.Expr

Struct

Related Doc: package Expr

Permalink

case class Struct(fields: Seq[StructField]) extends UntypedExpr with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Expr[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Struct
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Expr
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Struct(fields: Seq[StructField])

    Permalink

Type Members

  1. trait Map2Builder[B] extends AnyRef

    Permalink
    Definition Classes
    Expr

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def #>[T](f: PartialFunction[JValue, T])(implicit arg0: Encoder[T]): Expr[T]

    Permalink
    Definition Classes
    Expr
  4. def ++(struct: Struct): Struct

    Permalink
  5. def <*>[B](expr2: Expr[B]): Map2Builder[B]

    Permalink
    Definition Classes
    Expr
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def as[T](implicit arg0: Encoder[T]): Expr[T]

    Permalink
    Definition Classes
    Expr
  8. def as(name: String): StructField

    Permalink
    Definition Classes
    Expr
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def caseWhen[X](when: CaseWhenExpr[X], whens: CaseWhenExpr[X]*): CaseWhen[X]

    Permalink
    Definition Classes
    Expr
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dateAdd(interval: Expr[String], n: Expr[Int]): Expr[String]

    Permalink
    Definition Classes
    Expr
  13. def datediff(datepart: Expr[String], enddate: UntypedExpr): UntypedExpr

    Permalink
    Definition Classes
    Expr
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val fields: Seq[StructField]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def firstElement: UntypedExpr

    Permalink
    Definition Classes
    Expr
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isEmpty: Expr[Boolean]

    Permalink
    Definition Classes
    Expr
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lastElement: UntypedExpr

    Permalink
    Definition Classes
    Expr
  22. def left(n: Expr[Int]): Expr[String]

    Permalink
    Definition Classes
    Expr
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def orElse[B >: Any](expr2: Expr[B]): Expr[B]

    Permalink
    Definition Classes
    Expr
  27. def remove(values: UntypedExpr*): UntypedExpr

    Permalink
    Definition Classes
    Expr
  28. def select(path: FieldKey): SelectField

    Permalink
    Definition Classes
    Expr
  29. final def self: Expr[Any]

    Permalink
    Definition Classes
    Expr
  30. def size: UntypedExpr

    Permalink
    Definition Classes
    Expr
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def union(query: Query): Query

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def where(expr: Expr[Boolean]): Query

    Permalink
  37. def |>[B](f: (Any) ⇒ B)(implicit enc: Encoder[B]): Expr[B]

    Permalink
    Definition Classes
    Expr

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Expr[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped