Object

io.getquill.norm

NestImpureMappedInfix

Related Doc: package norm

Permalink

object NestImpureMappedInfix extends StatelessTransformer

A problem occurred in the original way infixes were done in that it was assumed that infix clauses represented pure functions. While this is true of many UDFs (e.g. CONCAT, GETDATE) it is certainly not true of many others e.g. RAND(), and most importantly RANK(). For this reason, the operations that are done in ApplyMap on standard AST Map clauses cannot be done therefore additional safety checks were introduced there in order to assure this does not happen. In addition to this however, it is necessary to add this normalization step which inserts Nested AST elements in every map that contains impure infix. See more information and examples in #1534.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestImpureMappedInfix
  2. StatelessTransformer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(ast: Ast): Ast

    Permalink
  5. def apply(e: Action): Action

    Permalink
    Definition Classes
    StatelessTransformer
  6. def apply(e: Target): Target

    Permalink
    Definition Classes
    StatelessTransformer
  7. def apply(e: Action): Action

    Permalink
    Definition Classes
    StatelessTransformer
  8. def apply(e: Value): Value

    Permalink
    Definition Classes
    StatelessTransformer
  9. def apply(e: Operation): Operation

    Permalink
    Definition Classes
    StatelessTransformer
  10. def apply(e: Property): Property

    Permalink
    Definition Classes
    StatelessTransformer
  11. def apply(e: Assignment): Assignment

    Permalink
    Definition Classes
    StatelessTransformer
  12. def apply(e: Query): Query

    Permalink
    Definition Classes
    StatelessTransformer
  13. def apply(o: TraversableOperation): TraversableOperation

    Permalink
    Definition Classes
    StatelessTransformer
  14. def apply(o: OptionOperation): OptionOperation

    Permalink
    Definition Classes
    StatelessTransformer
  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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hasInfix(asts: Ast*): Boolean

    Permalink
  22. def hashCode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

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

Inherited from StatelessTransformer

Inherited from AnyRef

Inherited from Any

Ungrouped