Aggregatable

scalasql.core.Aggregatable
See theAggregatable companion object
trait Aggregatable[Q] extends WithSqlExpr[Q]

Something that supports aggregate operations. Most commonly a Select, but also could be a Aggregatable.Proxy

Attributes

Companion
object
Graph
Supertypes
trait WithSqlExpr[Q]
class Object
trait Matchable
class Any
Known subtypes
class Proxy[Q]

Members list

Value members

Abstract methods

def aggregateExpr[V : TypeMapper](f: Q => Context => SqlStr)(implicit evidence$1: TypeMapper[V], qr: Row[Expr[V], V]): Expr[V]