METHOD - 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-06
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantageā„¢

The name of the method to be used to convert a source UDT value to the target data type.

You cannot invoke an SQL UDF from a CREATE CAST or REPLACE CAST request.

method_name
A method associated with the specified UDT_name must exist with the same signature.
The method must satisfy the following conditions.
  • Associated UDT is the same as the source data type.
  • Declared parameter list is empty.
  • Result data type is the same as the target data type.
  • Must be deterministic.
If no method is found, an error is returned.
INSTANCE
The object is an instance method.
FOR UDT_name
The name of the UDT associated with method_name.