Aggregates_3

molecule.boilerplate.api.Aggregates_3
trait Aggregates_3[A, B, C, t, Ns[_, _, _, _]] extends AggregatesOps_3[A, B, C, t, Ns]

Attributes

Source
Aggregates_.scala
Graph
Supertypes
trait AggregatesOps_3[A, B, C, t, Ns]
class Object
trait Matchable
class Any
Known subtypes
trait ExprOneMan_3[A, B, C, t, Ns1, Ns2]
trait ExprOneMan_3_Number[A, B, C, t, Ns1, Ns2]
trait ExprOneMan_3_String[A, B, C, t, Ns1, Ns2]
trait ExprSetMan_3[A, B, C, t, Ns1, Ns2]

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Aggregates_.scala

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
AggregatesOps_3
Source
Aggregates_.scala