com.github.tminglei.slickpg.window.PgWindowFuncSupport

WindowFunctions

trait WindowFunctions extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WindowFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cumeDist(): WindowFunc[Double]

  9. def denseRank(): WindowFunc[Long]

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def firstValue[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T]): WindowFunc[T]

  14. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  17. def lag[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]], offset: Option[Int] = None, default: Option[T] = None)(implicit tm: JdbcType[T], tm1: JdbcType[Int]): WindowFunc[Option[T]]

  18. def lastValue[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]])(implicit tm: JdbcType[T]): WindowFunc[T]

  19. def lead[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]], offset: Option[Int] = None, default: Option[T] = None)(implicit tm: JdbcType[T], tm1: JdbcType[Int]): WindowFunc[Option[T]]

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def nthValue[T](c: slick.driver.JdbcProfile.API.Rep[Option[T]], nth: Int)(implicit tm: JdbcType[T], tm1: JdbcType[Int]): WindowFunc[Option[T]]

  24. def ntile[P, R](c: slick.driver.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Int], om: OptionMapper2[Boolean, Int, Int, Boolean, P, R]): WindowFunc[Int]

  25. def percentRank(): WindowFunc[Double]

  26. def rank(): WindowFunc[Long]

  27. def rowNumber(): WindowFunc[Long]

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped