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

public class CumeDistFunction extends AbstractWindowFunction
Relative rank of the current row: (number of rows preceding or peer with current row) / (total rows)
Since:
1.4.0
Author:
Jan-Willem Gmelig Meyling, Sayra Ranjha