Aggregates_4

molecule.boilerplate.api.Aggregates_4
trait Aggregates_4[A, B, C, D, t, Ns[_, _, _, _, _]] extends AggregatesOps_4[A, B, C, D, t, Ns]

Attributes

Source
Aggregates_.scala
Graph
Supertypes
trait AggregatesOps_4[A, B, C, D, t, Ns]
class Object
trait Matchable
class Any
Known subtypes
trait ExprOneMan_4[A, B, C, D, t, Ns1, Ns2]
trait ExprOneMan_4_Number[A, B, C, D, t, Ns1, Ns2]
trait ExprOneMan_4_String[A, B, C, D, t, Ns1, Ns2]
trait ExprSetMan_4[A, B, C, D, t, Ns1, Ns2]

Members list

Value members

Concrete methods

def apply(kw: count): Ns[A, B, C, Int, Int] & SortAttrs_4[A, B, C, Int, Int, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: countDistinct): Ns[A, B, C, Int, Int] & SortAttrs_4[A, B, C, Int, Int, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: min): Ns[A, B, C, D, t] & SortAttrs_4[A, B, C, D, t, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: max): Ns[A, B, C, D, t] & SortAttrs_4[A, B, C, D, t, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: sum): Ns[A, B, C, D, t] & SortAttrs_4[A, B, C, D, t, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: sample): Ns[A, B, C, D, t]

Attributes

Source
Aggregates_.scala
def apply(kw: distinct): Ns[A, B, C, Set[D], t]

Attributes

Source
Aggregates_.scala
def apply(kw: mins): Ns[A, B, C, Set[t], t]

Attributes

Source
Aggregates_.scala
def apply(kw: maxs): Ns[A, B, C, Set[t], t]

Attributes

Source
Aggregates_.scala
def apply(kw: samples): Ns[A, B, C, Set[t], t]

Attributes

Source
Aggregates_.scala
def apply(kw: median): Ns[A, B, C, Double, Double] & SortAttrs_4[A, B, C, Double, Double, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: avg): Ns[A, B, C, Double, Double] & SortAttrs_4[A, B, C, Double, Double, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: variance): Ns[A, B, C, Double, Double] & SortAttrs_4[A, B, C, Double, Double, Ns]

Attributes

Source
Aggregates_.scala
def apply(kw: stddev): Ns[A, B, C, Double, Double] & SortAttrs_4[A, B, C, Double, Double, Ns]

Attributes

Source
Aggregates_.scala

Inherited methods

protected def _aggrDist(kw: Kw): Ns[A, B, C, Set[D], t]

Attributes

Inherited from:
AggregatesOps_4
Source
Aggregates_.scala
protected def _aggrDouble(kw: Kw): Ns[A, B, C, Double, Double] & SortAttrs_4[A, B, C, Double, Double, Ns]

Attributes

Inherited from:
AggregatesOps_4
Source
Aggregates_.scala
protected def _aggrInt(kw: Kw): Ns[A, B, C, Int, Int] & SortAttrs_4[A, B, C, Int, Int, Ns]

Attributes

Inherited from:
AggregatesOps_4
Source
Aggregates_.scala
protected def _aggrSet(kw: Kw, n: Option[Int]): Ns[A, B, C, Set[t], t]

Attributes

Inherited from:
AggregatesOps_4
Source
Aggregates_.scala
protected def _aggrT(kw: Kw): Ns[A, B, C, D, t]

Attributes

Inherited from:
AggregatesOps_4
Source
Aggregates_.scala
protected def _aggrTsort(kw: Kw): Ns[A, B, C, D, t] & SortAttrs_4[A, B, C, D, t, Ns]

Attributes

Inherited from:
AggregatesOps_4
Source
Aggregates_.scala