ArrayTransformsOff Flag | Data Types and Literals | Teradata Vantage - ArrayTransformsOff Flag - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
tpf1598412463935.ditamap
dita:ditavalPath
tpf1598412463935.ditaval
dita:id
B035-1143
lifecycle
previous
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, SQL Engine 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.