User-defined functions
You can define your own functions (including table functions) and call these functions in RisingWave. With the user-defined function (UDF), you can tailor RisingWave to your needs and take advantage of the power and flexibility of Python and Java to perform complex and customized data processing and analysis tasks. Currently, RisingWave supports UDFs implemented as external functions.
Beta feature
UDF is currently in Beta. Please use with caution as stability issues may still occur. Its functionality may evolve based on feedback. Please report any issues encountered to our team.
RisingWave supports creating UDFs with the following programming languages: