Module org.jooq
Package org.jooq.impl

Interface QOM.PercentRankAgg

All Superinterfaces:
OrderedAggregateFunction<BigDecimal>, QueryPart, Serializable
Enclosing class:
QOM

public static interface QOM.PercentRankAgg extends QueryPart, OrderedAggregateFunction<BigDecimal>
The PERCENT RANK function.

The PERCENT_RANK hypothetical set aggregate function.