Aggregates_1

molecule.boilerplate.api.Aggregates_1
trait Aggregates_1[A, t, Ns[_, _]] extends AggregatesOps_1[A, t, Ns]

Attributes

Source
Aggregates_.scala
Graph
Supertypes
trait AggregatesOps_1[A, t, Ns]
class Object
trait Matchable
class Any
Known subtypes
trait ExprOneMan_1[A, t, Ns1, Ns2]
trait ExprOneMan_1_Number[A, t, Ns1, Ns2]
trait ExprOneMan_1_String[A, t, Ns1, Ns2]
trait ExprSetMan_1[A, t, Ns1, Ns2]

Members list

Value members

Concrete methods

def apply(kw: count): Ns[Int, Int] & SortAttrs_1[Int, Int, Ns]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Aggregates_.scala

Inherited methods

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

Attributes

Inherited from:
AggregatesOps_1
Source
Aggregates_.scala
protected def _aggrDouble(kw: Kw): Ns[Double, Double] & SortAttrs_1[Double, Double, Ns]

Attributes

Inherited from:
AggregatesOps_1
Source
Aggregates_.scala
protected def _aggrInt(kw: Kw): Ns[Int, Int] & SortAttrs_1[Int, Int, Ns]

Attributes

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

Attributes

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

Attributes

Inherited from:
AggregatesOps_1
Source
Aggregates_.scala
protected def _aggrTsort(kw: Kw): Ns[A, t] & SortAttrs_1[A, t, Ns]

Attributes

Inherited from:
AggregatesOps_1
Source
Aggregates_.scala