Uses of Class
com.blazebit.persistence.impl.function.window.AbstractWindowFunction
Packages that use AbstractWindowFunction
Package
Description
-
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.avg
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.avg -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.count
-
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.cumedist
Modifier and TypeClassDescriptionclassRelative rank of the current row: (number of rows preceding or peer with current row) / (total rows) -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.denserank
Modifier and TypeClassDescriptionclassRank of the current row without gaps; this function counts peer groups -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.every
-
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.first
-
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.groupconcat
Modifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.lag
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.lag -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.last
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.last -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.lead
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.lead -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.max
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.max -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.min
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.min -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.mode
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.mode -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.nth
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.nth -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.ntile
Modifier and TypeClassDescriptionclassInteger ranging from 1 to the argument value, dividing the partition as equally as possible -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.oragg
-
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.percentilecont
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.percentilecontModifier and TypeClassDescriptionclassThe percentile_cont ordered set aggregate function. -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.percentiledisc
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.percentilediscModifier and TypeClassDescriptionclassThe percentile_disc ordered set aggregate function. -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.percentrank
Modifier and TypeClassDescriptionclassRelative rank of the current row: (rank - 1) / (total rows - 1) -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.rank
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.rankModifier and TypeClassDescriptionclassRank of the current row with gaps; same as row_number of its first peer -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.row
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.rowModifier and TypeClassDescriptionclassNumber of the current row within its partition, counting from 1. -
Uses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.sum
Subclasses of AbstractWindowFunction in com.blazebit.persistence.impl.function.window.sum