Skip to contents

Reads back information for a specified user-defined function on TileDB Cloud. Note that version, image_name, exec, and exec_raw are writable via register_udf but are not read back by this function.

Usage

get_udf_info(name, namespace)

Arguments

name

Name of the UDF in TileDB Cloud, e.g. myudfname.

namespace

Namespace for the UDF in TileDB Cloud, e.g. mynamespace.

Value

List of key-value pairs of UDF information.