Interface AggregateFunction

All Superinterfaces:
AssignmentTestable, Function
All Known Implementing Classes:
AggregateFcts.CountRowsFunction, NativeAggregateFunction, UDAggregate

public interface AggregateFunction extends Function
Performs a calculation on a set of values and return a single value.