Interface QOM.MaxBy<T>

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

public static interface QOM.MaxBy<T> extends QOM.OrderedAggregateFunction<T, QOM.MaxBy<T>>
The MAX BY function.

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

Author:
Lukas Eder
  • Method Details