Aggregate and window aggregate UDFs require intermediate storage to combine data passed during the 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 standard deviation. For the complete code example, see C Aggregate Function.