UDF Java Examples
The following are complete examples of the implementation & execution of
User-Defined Functions (UDFs) in the UDF Java 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.