AggFunctionExpr
case class AggFunctionExpr[T <: SqlDataType](name: String, args: List[Expr[_]], distinct: Boolean, attributes: Map[String, Expr[_]], orderBy: List[OrderBy]) extends Expr[T]
trait Serializable
trait Product
trait Equals
trait Expr[T]
trait SelectItem[T]
class Object
trait Matchable
class Any
Value members
Inherited methods
infix def between[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
- Inherited from:
- Expr
infix def notBetween[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
- Inherited from:
- Expr