UDTTransformsOff Flag | Data Types and Literals | Teradata Vantage - UDTTransformsOff Flag - Teradata Vantage - Analytics Database

SQL Data Types and Literals

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
uds1628112204571.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
exs1472253032394
lifecycle
latest
Product Category
Teradata Vantageā„¢

The UDTTransformsOff flag in the Options parcel indicates if UDTs are returned from the server in transformed or untransformed mode.

The UDTTransformsOff flag is stored in pcloptlist_t (pcltoteq.h).

UDTs must have transforms defined on them to be completely functional. Transforms are necessary for Teradata utilities to operate correctly.

Values

Value Description
Y UDTs are returned from the server in untransformed mode.
N Default.

UDTs are returned from the server in transformed mode.

If the flag is a binary zero, it is treated as if the flag was set to N.

If no Options parcel is sent with an application request, the server assumes the flag was set to N.

See Transforms Off and Period Data Type Support for more information on setting these values.