UDF Java Examples

The following are complete examples of the implementation & execution of User-Defined Functions (UDFs) in the Java UDF API.

Example UDF (Non-CUDA) - Sum of Squares
Example of the computation of the sum of squares, summing the squares of input table columns and storing the result in an output table. This UDF does not use CUDA libraries and can be run on an Intel build of Kinetica.