Loading...

SDK Vertica#

User Defined Functions#


Import#

import_lib_udf(udf_list, library_name[, ...])

Install a library of Python functions in Vertica.

Generate#

generate_lib_udf(udf_list, library_name[, ...])

Generates the code needed to install a library of Python functions.

generate_udf(function, arg_types, return_type)

Generates the UDx Python code and the SQL statements needed to install it.

Utilities#