All Products
Search
Document Center

Realtime Compute for Apache Flink:UdfClass

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The information about the user-defined function (UDF) class.

udfArtifactNamestring

The name of the UDF JAR file.

udfCollection.jar
classNamestring

The name of the class.

myfunctionTest
classTypestring

The type of the class.

UDF_TYPE_TABLE_AGGREGATE
functionNamesarray

The list of UDF names.

string

The name of the UDF.

myfunction