com.github.tminglei.slickpg.window

WindowFuncExpr

final case class WindowFuncExpr(aggFuncExpr: Node, partitionBy: ConstArray[Node], orderBy: ConstArray[(Node, Ordering)], frameDef: Option[(String, String, Option[String])] = scala.None) extends SimplyTypedNode with Product with Serializable

A window function call expression

Linear Supertypes
Serializable, Serializable, Product, Equals, SimplyTypedNode, Node, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WindowFuncExpr
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimplyTypedNode
  7. Node
  8. Dumpable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WindowFuncExpr(aggFuncExpr: Node, partitionBy: ConstArray[Node], orderBy: ConstArray[(Node, Ordering)], frameDef: Option[(String, String, Option[String])] = scala.None)

Type Members

  1. type Self = WindowFuncExpr

    Definition Classes
    WindowFuncExpr → SimplyTypedNode → Node

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def :@(newType: Type): Self

    Definition Classes
    Node
  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. val aggFuncExpr: Node

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def buildCopy: Self

    Attributes
    protected[this]
    Definition Classes
    Node
  10. def buildType: Type

    Attributes
    protected
    Definition Classes
    WindowFuncExpr → SimplyTypedNode
  11. def childNames: Iterable[String]

    Definition Classes
    Node
  12. def children: ConstArray[Node]

    Definition Classes
    WindowFuncExpr → Node
  13. def childrenForeach[R](f: (Node) ⇒ R): Unit

    Definition Classes
    Node
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val frameDef: Option[(String, String, Option[String])]

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

    Definition Classes
    AnyRef → Any
  19. def getDumpInfo: DumpInfo

    Definition Classes
    Node → Dumpable
  20. def hasType: Boolean

    Definition Classes
    Node
  21. final def infer(scope: Scope, typeChildren: Boolean): Self

    Definition Classes
    Node
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def mapChildren(f: (Node) ⇒ Node, keepType: Boolean): Self

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

    Definition Classes
    AnyRef
  25. def nodeType: Type

    Definition Classes
    Node
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val orderBy: ConstArray[(Node, Ordering)]

  29. val partitionBy: ConstArray[Node]

  30. def peekType: Type

    Attributes
    protected[this]
    Definition Classes
    Node
  31. def rebuild(ch: ConstArray[Node]): Self

    Attributes
    protected[this]
    Definition Classes
    WindowFuncExpr → Node
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. final def toString(): String

    Definition Classes
    Node → AnyRef → Any
  34. final def untyped: Self

    Definition Classes
    Node
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def withChildren(ch2: ConstArray[Node]): Self

    Definition Classes
    Node
  39. final def withInferredType(scope: Scope, typeChildren: Boolean): Self

    Definition Classes
    SimplyTypedNode → Node

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimplyTypedNode

Inherited from Node

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped