OffsetWindowFrameBound

Represents an offset PRECEDING or FOLLOWING window function frame bound. direction specifies whether previous or next partition rows will be used.

Inheritors

Constructors

Link copied to clipboard
constructor(offset: Expression<Int>, 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.