Example: TD_ANYTYPE Input Parameter Data Type - Teradata Vantage - Analytics Database

SQL Data Definition Language Syntax and Examples

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-22
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantage™

Suppose you create a method named method_1. The following SQL text is a partial definition for method_1.

     CREATE INSTANCE METHOD method_1 (
       p1 TD_ANYTYPE)
       FOR SYSUDTLIB … method_1
       EXTERNAL NAME … ;

When you submit a HELP METHOD request on method_1, the output looks like this.

Note that the specifications of TD_ANYTYPE as the parameter data type for p1 is returned as ++ in the report returned by this HELP METHOD request.

     HELP METHOD method_1;

Result:

      *** Help information returned. 3 rows.
      *** Total elapsed time was 1 second.
Parameter Name                 Type Comment
------------------------------ ---- ------------------------------------
SELF                           UT   ?
P1                             ++   ?
RETURN0                        I    ?