Function Files
A function file is a file that contains a list of user-defined functions.
Function files have a .func extension.
You can create multiple .func files.
Example:
DEFINE FUNCTION dateToInt(col) INT(DATE_FORMAT(col,'yyyyMMdd')) ENDFor more information, see Create User-Defined Functions.