Back to Trino

User-defined functions

docs/src/main/sphinx/udf.md

480389 B
Original Source

User-defined functions

A user-defined function (UDF) is a custom function authored by a user of Trino in a client application. UDFs are scalar functions that return a single output value, similar to built-in functions.

More details are available in the following sections:

{toctree}
:titlesonly: true
:maxdepth: 1

udf/introduction
udf/function
udf/sql
udf/python