Run the build.sh script to compile and link the sample scalar and aggregate UDFs, table UDFs, and TPFs found in the samples/udf directory.
- Navigate to $IQDIR15/samples/udf.
- Run build.sh:
| Parameter |
Description |
| -clean |
Deletes the object and the build directory
|
| -v3 |
Builds sample scalar and aggregate UDFs with the v3 API
|
| -v4 |
(Default) Builds sample table UDFs and TPFs with the v4 API
|