Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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. |
Last modified: