ArrayTransformsOff Flag | Data Types and Literals | Teradata Vantage - ArrayTransformsOff 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 ArrayTransformsOff flag in the Options parcel indicates if the ARRAY data type is sent in transformed or untransformed mode from the server.

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

Values

Value Description
Y The ARRAY data type is sent in untransformed mode from the server.

The ReturnStatementInfo flag must be set to Y before setting the ArrayTransformsOff flag to Y. Otherwise, Analytics Database returns an error.

N Default.

The ARRAY data type is sent in transformed mode from the server.

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

If no Options parcel is sent over with an application request, or the new field is not present in the Options parcel, the server assumes the flag was set to N.

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