Trait

com.github.tminglei.slickpg.agg.PgAggFuncSupport

StatisticsAggFunctions

Related Doc: package PgAggFuncSupport

Permalink

trait StatisticsAggFunctions extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatisticsAggFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def corr[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  7. def covarPop[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  8. def covarSamp[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def regrAvgX[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  19. def regrAvgY[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  20. def regrCount[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Long], om: OptionMapper2[Double, Double, Long, P1, P2, R]): AggFuncRep[Long]

    Permalink
  21. def regrIntercept[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  22. def regrR2[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  23. def regrSlope[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  24. def regrSxx[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  25. def regrSxy[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  26. def regrSyy[P1, P2, R](c1: slick.driver.JdbcProfile.API.Rep[P1], c2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Double], om: OptionMapper2[Double, Double, Double, P1, P2, R]): AggFuncRep[Double]

    Permalink
  27. def stdDev[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T], tm1: Numeric[T]): AggFuncRep[T]

    Permalink
  28. def stdDevPop[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T], tm1: Numeric[T]): AggFuncRep[T]

    Permalink
  29. def stdDevSamp[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T], tm1: Numeric[T]): AggFuncRep[T]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def varPop[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T], tm1: Numeric[T]): AggFuncRep[T]

    Permalink
  33. def varSamp[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T], tm1: Numeric[T]): AggFuncRep[T]

    Permalink
  34. def variance[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T], tm1: Numeric[T]): AggFuncRep[T]

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped