User defined functions (UDFs)
This section describes how to create and use user defined functions (UDFs) in Exasol.
Introduction
User defined functions (UDFs) in Exasol allow you to program your own analysis, processing, and generation functions and to execute these functions in parallel inside an Exasol cluster. By using UDFs you can solve problems that are not possible to solve using only SQL statements.