Creating New UDX Library Source Files

This topic provides information on creating new extension source files in either C++ or JVM environments. You can add new extensions by creating a C++ or JVM source library file that define the operations performed by one or more UDX functions, aggregates, or services. Within the same source library file, you can create new extensions of different types (UDF, UDA, or UDS), which differ based on the number and shape of UDX input arguments and returned results.

Related Topic

AnzoGraph UDX Examples