All aggregate UDFs require intermediate storage to combine data passed in during the various aggregation phases.
This topic describes how an aggregate UDF handles intermediate storage during each aggregation phase. To help illustrate what is required, the discussion uses code excerpts from a simple aggregate UDF that calculates the arithmetic sum. For the complete code example, see UDF Code Examples