UnboundedWindowFrameBound

Represents UNBOUNDED PRECEDING or FOLLOWING window function frame bound. direction specifies whether first or last partition row will be used.

Inheritors

Constructors

Link copied to clipboard
constructor(direction: WindowFrameBoundDirection)

Functions

Link copied to clipboard
open override fun toQueryBuilder(queryBuilder: QueryBuilder)

Appends the SQL representation of this window function clause to the specified queryBuilder.