Version:

User-Defined Function Implementation

The following tutorials detail the implementation & execution of distributed User-Defined Functions (UDFs) in the respective APIs. Also provided are examples of UDFs, including a simple table copy and a more complex integration into a machine-learning library's demo program.

C++

Writing UDFs in C++
A step-by-step guide to writing UDFs
Running UDFs
How to run a UDF in the Kinetica environment
UDF C++ Examples
Complete examples of distributed UDFs

Python

Writing UDFs in Python
A step-by-step guide to writing UDFs
Running UDFs
How to run a UDF in the Kinetica environment
UDF Python Examples
Complete examples of distributed UDFs

Java

UDF Java Examples
Sample code block from a distributed UDF