DenseRank

Represents an SQL function that returns the rank of the current row, without gaps; this function effectively counts peer groups.

Constructors

Link copied to clipboard
constructor()

Functions

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

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.