Uses of Interface
org.jooq.WindowPartitionByStep
-
Uses of WindowPartitionByStep in org.jooq
Modifier and TypeMethodDescription@NotNull WindowPartitionByStep<BigDecimal>
Field.avgOver()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull WindowPartitionByStep<Integer>
Field.countOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.count(Field)
instead.@NotNull WindowPartitionByStep<T>
Field.maxOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.max(Field)
instead.@NotNull WindowPartitionByStep<T>
Field.minOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.min(Field)
instead.@NotNull WindowPartitionByStep<T>
WindowOverStep.over()
Turn this aggregate function into a window function.@NotNull WindowPartitionByStep<BigDecimal>
Field.stddevPopOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.stddevPop(Field)
instead.@NotNull WindowPartitionByStep<BigDecimal>
Field.stddevSampOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.stddevSamp(Field)
instead.@NotNull WindowPartitionByStep<BigDecimal>
Field.sumOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.sum(Field)
instead.@NotNull WindowPartitionByStep<BigDecimal>
Field.varPopOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.varPop(Field)
instead.@NotNull WindowPartitionByStep<BigDecimal>
Field.varSampOver()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.11 - [#7538] - UseDSL.varSamp(Field)
instead.
DSL.avg(Field)
instead.