com.github.tminglei.slickpg.agg

AggFuncExpr

final case class AggFuncExpr(aggFunc: FunctionSymbol, params: ConstArray[Node], orderBy: ConstArray[(Node, Ordering)] = slick.util.ConstArray.empty, filter: Option[Node] = scala.None, distinct: Boolean = false, forOrderedSet: Boolean = false)(buildType: Type) extends SimplyTypedNode with Product with Serializable

An aggregate function call expression

Linear Supertypes
Serializable, Serializable, Product, Equals, SimplyTypedNode, Node, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AggFuncExpr
  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 AggFuncExpr(aggFunc: FunctionSymbol, params: ConstArray[Node], orderBy: ConstArray[(Node, Ordering)] = slick.util.ConstArray.empty, filter: Option[Node] = scala.None, distinct: Boolean = false, forOrderedSet: Boolean = false)(buildType: Type)

Type Members

  1. type Self = AggFuncExpr

    Definition Classes
    AggFuncExpr → 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 aggFunc: FunctionSymbol

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def buildCopy: Self

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

    Definition Classes
    AggFuncExpr → SimplyTypedNode
  11. def childNames: Iterable[String]

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

    Definition Classes
    AggFuncExpr → 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. val distinct: Boolean

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. val filter: Option[Node]

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val forOrderedSet: Boolean

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

    Definition Classes
    AnyRef → Any
  21. def getDumpInfo: DumpInfo

    Definition Classes
    Node → Dumpable
  22. def hasType: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  27. def nodeType: Type

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

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

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

  31. val params: ConstArray[Node]

  32. def peekType: Type

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

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

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

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

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

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

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

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

    Definition Classes
    Node
  41. 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