Class DenseRankFunction
java.lang.Object
com.blazebit.persistence.impl.function.window.AbstractWindowFunction
com.blazebit.persistence.impl.function.window.denserank.DenseRankFunction
- All Implemented Interfaces:
JpqlFunction
Rank of the current row without gaps; this function counts peer groups
- Since:
- 1.4.0
- Author:
- Jan-Willem Gmelig Meyling, Sayra Ranjha
-
Nested Class Summary
Nested classes/interfaces inherited from class com.blazebit.persistence.impl.function.window.AbstractWindowFunction
AbstractWindowFunction.WindowFunction -
Field Summary
FieldsFields inherited from class com.blazebit.persistence.impl.function.window.AbstractWindowFunction
allowsFilterClause, functionName, nullIsSmallest, supportsFilterClause, supportsNullPrecedence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getReturnType(Class<?> firstArgumentType) protected booleanMethods inherited from class com.blazebit.persistence.impl.function.window.AbstractWindowFunction
appendEmulatedOrderByElementWithNulls, getCaseWhenPost, getCaseWhenPre, getWindowFunction, getWindowFunction, hasArguments, hasParenthesesIfNoArguments, optimizeNullPrecedence, processArgument, render, render, renderArgument, renderArguments, renderFilterExpressions, renderFrame, renderFramePosition, renderFunction, renderOrder, renderOrderBy, renderPartitions, renderWithinGroup
-
Field Details
-
FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
DenseRankFunction
-
-
Method Details
-
getReturnType
- Specified by:
getReturnTypein interfaceJpqlFunction- Overrides:
getReturnTypein classAbstractWindowFunction
-
requiresOver
protected boolean requiresOver()- Overrides:
requiresOverin classAbstractWindowFunction
-