Aggregate Functions (UDAFs)

Aggregate functions perform an operation on a set of values and return one value. Vertica provides standard built-in aggregate functions such as AVG, MAX, and MIN. User-Defined Aggregate Functions work similarly to the built-in aggregate functions.

User-Defined Aggregate Functions:

UDAFs are available for C++ only.

In This Section