ResolveExprSet

molecule.sql.core.query.ResolveExprSet
trait ResolveExprSet[Tpl] extends AggrUtils

Attributes

Source
ResolveExprSet.scala
Graph
Supertypes
trait AggrUtils
class Object
trait Matchable
class Any
Known subtypes
class Model2SqlQuery[Tpl]
Self type

Members list

Type members

Inherited classlikes

object Avg

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
trait Avg[A]

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
object StdDev

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
trait StdDev[A]

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
object Variance

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any
trait Variance[A]

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

protected def resolveAttrSetMan(attr: AttrSetMan): Unit

Attributes

Source
ResolveExprSet.scala
protected def resolveAttrSetOpt(attr: AttrSetOpt): Unit

Attributes

Source
ResolveExprSet.scala
protected def resolveAttrSetTac(attr: AttrSetTac): Unit

Attributes

Source
ResolveExprSet.scala

Inherited methods

def averageOf[A](vs: A*)(implicit avg: Avg[A]): Double

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
def getMedian(set: Set[Double]): Double

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
def stdDevOf[A](vs: A*)(implicit stdDev: StdDev[A]): Double

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala
def varianceOf[A](vs: A*)(implicit variance: Variance[A]): Double

Attributes

Inherited from:
AggrUtils
Source
AggrUtils.scala