NthValue

Represents an SQL function that returns expr evaluated at the row that is the n'th row of the window frame (counting from 1); null if no such row

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Returns the expression to evaluate.

Link copied to clipboard

Returns the row n to find.

Functions

Link copied to clipboard
open override fun over(): WindowFunctionDefinition<T?>

Returns window function definition.

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

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