List C/C++ or Java UDFs | VantageCloud Lake - List C/C++ or Java UDFs - Teradata VantageCloud Lake

Lake - Using Queries, UDFs, and External Stored Procedures

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-08-12
dita:mapPath
vgj1683671089901.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
vgj1683671089901

This example assumes that you are using the config YAML file and environment variables described in Example: Creating a C UDF to define the user credentials.

Use the tdextroutine udf list subcommand to list the existing C/C++ or Java UDFs you created.

tdextroutine udf list
Example output:
========  ===========  ==========  ==========  ==========  ==========  ================
UDF ID    Database     Function    Specific    Function    Source      Routine
                       Name        Name        Class       Language    Kind
========  ===========  ==========  ==========  ==========  ==========  ================
AAA0DgAA  MarketingDB  udfSubStr   udfSubStr1  SCALAR      C           REGULAR_FUNCTION
========  ===========  ==========  ==========  ==========  ==========  ================

For details about all the options of the udf list subcommand, see tdextroutine UDF Subcommands and Options.