Module org.jooq
Package org.jooq.impl

Interface QOM.ApproxPercentileCont

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

public static interface QOM.ApproxPercentileCont extends QOM.OrderedAggregateFunction<BigDecimal,QOM.ApproxPercentileCont>
The APPROX PERCENTILE CONT function.

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