Object/Class

io.getquill.quat.Quat

Product

Related Docs: class Product | package Quat

Permalink

object Product

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

Type Members

  1. case class Id(fields: LinkedHashMap[String, Quat]) extends scala.Product with Serializable

    Permalink
  2. sealed trait Type extends AnyRef

    Permalink

    Since Product-Quats can be a representation of abstract product types (e.g.

    Since Product-Quats can be a representation of abstract product types (e.g. abstract classes, traits, etc...) in some cases we need to keep track of this information in order to know that the present product type does not have all of the needed fields. Currently, this is only really possible in quill-spark where resolution of T (of Query[T]) can be a different class during compile-time and run-type while still having a static-query (since dataframes are lifted via the liftQuery construct that has this unique property, I do not believe that this is currently possible with the standard query[T] method). As outlined in the TypeMemberJoinSpec, there are certain situations where the contents of an Ident(a) are not entirely known and the ident needs to be expanded as either struct(a.*) or just a.* depending on the situation.

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Type

    Permalink
  5. object WithRenames

    Permalink

    Add staged renames to the Quat.

    Add staged renames to the Quat. Note that renames should explicit NOT be counted as part of the Type indicated by the Quat since it is typical to beta reduce a Quat without renames to a Quat with them (see PropagateRenames for more detail)

  6. object WithRenamesCompact

    Permalink
  7. def apply(tpe: Type, fields: LinkedHashMap[String, Quat]): Product

    Permalink
  8. def apply(fields: LinkedHashMap[String, Quat]): Product

    Permalink
  9. def apply(tpe: Type, fields: Iterator[(String, Quat)]): Product

    Permalink
  10. def apply(fields: Iterator[(String, Quat)]): Product

    Permalink
  11. def apply(tpe: Type, fields: Iterable[(String, Quat)]): Product

    Permalink
  12. def apply(fields: Iterable[(String, Quat)]): Product

    Permalink
  13. def apply(tpe: Type, fields: (String, Quat)*): Product

    Permalink
  14. def apply(fields: (String, Quat)*): Product

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def empty: Product

    Permalink
  18. final def eq(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fromSerializedJS(serial: String): Product

    Permalink
  22. def fromSerializedJVM(serial: String): Product

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: scala.Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): scala.Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def unapply(p: Product): Option[LinkedHashMap[String, Quat]]

    Permalink
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped