UDFs: Requirements and Example

This section describes requirements for User-Defined Functions, including supported languages and implementation.

The server must be able to find the library that contains your UDF, load the library into memory, call your UDF, and pass appropriate parameters to the UDF. Because of this, each UDF must meet the following requirements:

To write a UDF, you must create the following files:

Each of these files is described in this document.