Class SqlSumAggFunction

All Implemented Interfaces:
Context, Wrapper

public class SqlSumAggFunction extends SqlAggFunction
Sum is an aggregator which returns the sum of the values which go into it. It has precisely one argument of numeric type (int, long, float, double), and the result is the same type.