Uses of Interface
org.jooq.OrderedAggregateFunction
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of OrderedAggregateFunction in org.jooq
Modifier and TypeInterfaceDescriptioninterface
An ordered-set aggregate function. -
Uses of OrderedAggregateFunction in org.jooq.impl
Modifier and TypeInterfaceDescriptionstatic interface
TheCUME DIST
function.static interface
TheDENSE RANK
function.static interface
QOM.MaxBy<T>
TheMAX BY
function.static interface
QOM.MinBy<T>
TheMIN BY
function.static interface
ThePERCENTILE CONT
function.static interface
ThePERCENTILE DISC
function.static interface
ThePERCENT RANK
function.static interface
TheRANK
function.Modifier and TypeMethodDescriptionstatic @NotNull OrderedAggregateFunction
<byte[]> DSL.binaryListAgg
(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<byte[]> DSL.binaryListAgg
(Field<?> field, byte[] separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<byte[]> DSL.binaryListAgg
(Field<?> field, Field<byte[]> separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<byte[]> DSL.binaryListAggDistinct
(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<byte[]> DSL.binaryListAggDistinct
(Field<?> field, byte[] separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<byte[]> DSL.binaryListAggDistinct
(Field<?> field, Field<byte[]> separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.cumeDist
(Collection<? extends Field<?>> fields) TheCUME_DIST
function.static @NotNull OrderedAggregateFunction
<BigDecimal> TheCUME_DIST
function.static @NotNull OrderedAggregateFunction
<Integer> DSL.denseRank
(Collection<? extends Field<?>> fields) TheDENSE_RANK
function.static @NotNull OrderedAggregateFunction
<Integer> TheDENSE_RANK
function.static @NotNull OrderedAggregateFunction
<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> DSL.listAggDistinct
(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> DSL.listAggDistinct
(Field<?> field, String separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> DSL.listAggDistinct
(Field<?> field, Field<String> separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.percentileCont
(Number percentile) ThePERCENTILE_CONT
function.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.percentileCont
(Field<? extends Number> percentile) ThePERCENTILE_CONT
function.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.percentileDisc
(Number percentile) ThePERCENTILE_DISC
function.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.percentileDisc
(Field<? extends Number> percentile) ThePERCENTILE_DISC
function.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.percentRank
(Collection<? extends Field<?>> fields) ThePERCENT_RANK
function.static @NotNull OrderedAggregateFunction
<BigDecimal> DSL.percentRank
(Field<?>... fields) ThePERCENT_RANK
function.static @NotNull OrderedAggregateFunction
<Integer> DSL.rank
(Collection<? extends Field<?>> fields) TheRANK
function.static @NotNull OrderedAggregateFunction
<Integer> TheRANK
function.static @NotNull OrderedAggregateFunction
<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> DSL.stringAggDistinct
(Field<?> field) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> DSL.stringAggDistinct
(Field<?> field, String separator) Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction
<String> DSL.stringAggDistinct
(Field<?> field, Field<String> separator) Get the aggregated concatenation for a field.