######### Functions ######### DSL functions, both built-in and user-defined (UDFs), are used by the `expression language <./expression-language.html>`_ for data processing operations such as building features, datasets, and metrics. .. contents:: Sections :local: ********* Built-ins ********* These functions are built-in. .. autodsl:: ********* UDFs ********* You can extend the native functions library by writing your own UDFs. For more information on UDFs, refer to the UDF guides here: `User-Defined Functions (UDFs) <./user-defined-functions.html>`_