Module org.jooq
Package org.jooq.impl

Interface QOM.MinBy<T>

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

public static interface QOM.MinBy<T> extends QOM.OrderedAggregateFunction<T,QOM.MinBy<T>>
The MIN BY function.

Evaluate value at the row having the minimum value for by.

  • Method Details