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

public class PercentRankFunction extends AbstractWindowFunction
Relative rank of the current row: (rank - 1) / (total rows - 1)
Since:
1.4.0
Author:
Jan-Willem Gmelig Meyling, Sayra Ranjha