NthValue
class NthValue<T>(val expr: ExpressionWithColumnType<T>, val n: ExpressionWithColumnType<Int>) : WindowFunction<T?>
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
Properties
Functions
Link copied to clipboard
Returns window function definition.
Link copied to clipboard
Appends the SQL representation of this function to the specified queryBuilder.