Class

slick.compiler

ExpandSums

Related Doc: package compiler

Permalink

class ExpandSums extends Phase

Expand sum types and their catamorphisms to equivalent product type operations.

Source
ExpandSums.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpandSums
  2. Phase
  3. Logging
  4. Function1
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExpandSums()

    Permalink

Type Members

  1. abstract type State

    Permalink

    The immutable state of the phase that can also be accessed by other phases.

    The immutable state of the phase that can also be accessed by other phases.

    Definition Classes
    Phase

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to any2stringadd[ExpandSums] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExpandSums, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to ArrowAssoc[ExpandSums] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val Disc1: LiteralNode

    Permalink
  7. val DiscNone: LiteralNode

    Permalink
  8. object PathOnTypeSymbol

    Permalink
  9. def andThen[A](g: (CompilerState) ⇒ A): (CompilerState) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def apply(state: CompilerState): CompilerState

    Permalink

    Run the phase

    Run the phase

    Definition Classes
    ExpandSumsPhase → Function1
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def buildMultiColumnNone(tpe: Type): Node

    Permalink

    Create a Node representing a structure of null values of the given Type

  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collectDiscriminatorCandidates(n: Node): Set[(TypeSymbol, List[TermSymbol])]

    Permalink

    Collect discriminator candidate fields in a predicate.

    Collect discriminator candidate fields in a predicate. These are all paths below an OptionApply, which indicates their future use under a discriminator guard.

  15. def compose[A](g: (A) ⇒ CompilerState): (A) ⇒ CompilerState

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. def ensuring(cond: (ExpandSums) ⇒ Boolean, msg: ⇒ Any): ExpandSums

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to Ensuring[ExpandSums] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ExpandSums) ⇒ Boolean): ExpandSums

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to Ensuring[ExpandSums] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ExpandSums

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to Ensuring[ExpandSums] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ExpandSums

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to Ensuring[ExpandSums] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def expandConditionals(n: Node): Node

    Permalink

    Expand multi-column conditional expressions and SilentCasts.

    Expand multi-column conditional expressions and SilentCasts. Single-column conditionals involving NULL values are optimized away where possible.

  23. def expandSums(n: Node): Node

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to StringFormat[ExpandSums] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def fuse(n: Node): Node

    Permalink

    Fuse unnecessary Option operations

  27. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  30. lazy val logger: SlickLogger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  31. val name: String

    Permalink

    The unique name of the phase

    The unique name of the phase

    Definition Classes
    ExpandSumsPhase
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def silentCast(tpe: Type, n: Node): Node

    Permalink

    Create a SilentCast call unless the type already matches

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toOptionColumns(tpe: Type): Type

    Permalink

    Strip nominal types and convert all atomic types to OptionTypes

  38. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  39. def trType(tpe: Type): Type

    Permalink

    Perform the sum expansion on a Type

  40. def translateJoin(bind: Bind, discCandidates: Set[(TypeSymbol, List[TermSymbol])]): Bind

    Permalink

    Translate an Option-extended left outer, right outer or full outer join

  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (ExpandSums, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpandSums to ArrowAssoc[ExpandSums] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Phase

Inherited from Logging

Inherited from (CompilerState) ⇒ CompilerState

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExpandSums to any2stringadd[ExpandSums]

Inherited by implicit conversion StringFormat from ExpandSums to StringFormat[ExpandSums]

Inherited by implicit conversion Ensuring from ExpandSums to Ensuring[ExpandSums]

Inherited by implicit conversion ArrowAssoc from ExpandSums to ArrowAssoc[ExpandSums]

Ungrouped