Class RowNumberFunction

java.lang.Object
com.blazebit.persistence.impl.function.window.AbstractWindowFunction
com.blazebit.persistence.impl.function.window.row.RowNumberFunction
All Implemented Interfaces:
JpqlFunction

public class RowNumberFunction extends AbstractWindowFunction
Number of the current row within its partition, counting from 1. Syntax: row_number()
Since:
1.4.0
Author:
Jan-Willem Gmelig Meyling, Sayra Ranjha