AGGREGATE_FUNCTIONS
This view contains information about user defined aggregate functions (UDAF).
See further information about how to define aggregate functions in CREATE AGGREGATE.
Column Name | Description |
---|---|
| The name of a given UDAF. |
| The related schema for a given UDAF. |
| The number of parameters required for a given UDAF. |
| The type of state for a given UDAF: |
| The return type for a given UDAF. |
| The name of the related user defined function (UDF) being executed as a the |
| The name of the related user defined function (UDF) being executed as a the |
| The name of the related user defined function (UDF) being executed as a the |
| The name of the related user defined function (UDF) being executed as a the |
| The user who created a given UDAF. |