final class WindowDsl[In, Out, Res, B] extends AnyRef
- Alphabetic
- By Inheritance
- WindowDsl
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new WindowDsl(self: Query[In, Out], agg: (QueryExpressionBuilder[Out]) => Of[Out, Res])(implicit arg0: scalaql.Tag[In], flatten: Of[(Out, Res), B])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def over(window: Window[Out])(implicit B: scalaql.Tag[B]): Query[In, B]
Applies the given aggregation/ranking over the specified window.
Applies the given aggregation/ranking over the specified window.
- window
the window with partitionBy/orderBy
- returns
a query producing results of executing this window function.
- Note
this method should only be used in case you're reusing common window spec.
- def over(f: (WindowBuilder[Out]) => Window[Out])(implicit B: scalaql.Tag[B]): Query[In, B]
Applies the given aggregation/ranking over the specified window.
Applies the given aggregation/ranking over the specified window.
- f
the window with partitionBy/orderBy
- returns
a query producing results of executing this window function.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()