OffsetWindowFrameBound
open class OffsetWindowFrameBound(offset: Expression<Int>, direction: WindowFrameBoundDirection) : WindowFrameBound
Represents an offset PRECEDING or FOLLOWING window function frame bound. direction specifies whether previous or next partition rows will be used.
Inheritors
Functions
Link copied to clipboard
Appends the SQL representation of this window function clause to the specified queryBuilder.