Module org.jooq
Package org.jooq.impl

Interface QOM.ApproxPercentileDisc

All Superinterfaces:
AggregateFilterStep<BigDecimal>, AggregateFunction<BigDecimal>, Field<BigDecimal>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<BigDecimal>, QOM.AggregateFunction<BigDecimal,QOM.ApproxPercentileDisc>, QOM.OrderedAggregateFunction<BigDecimal,QOM.ApproxPercentileDisc>, QOM.WindowFunction<BigDecimal,QOM.ApproxPercentileDisc>, QueryPart, SelectField<BigDecimal>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<BigDecimal>, WindowBeforeOverStep<BigDecimal>, WindowOverStep<BigDecimal>
Enclosing class:
QOM

public static interface QOM.ApproxPercentileDisc extends QOM.OrderedAggregateFunction<BigDecimal,QOM.ApproxPercentileDisc>
The APPROX PERCENTILE DISC function.

Calculate the approximate value for the PERCENTILE_DISC inverse distribution aggregate function if such a function is available in the dialect, or fall back to the exact value, otherwise..