Interface AggregateFunction

All Superinterfaces:
ColumnFunction, Expression, Function, LeftOperand, OrderExpression, Projection, Sql
All Known Implementing Classes:
Avg, Count, CountAll, Max, Min, Sum

public interface AggregateFunction extends ColumnFunction
Defines a function that returns a single value based upon a set of other values fetched from multiple rows.