SQL Capabilities Parcel - Advanced SQL Engine - Teradata Database

JSON Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
gzn1554761068186.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1150
lifecycle
previous
Product Category
Teradata Vantageā„¢

The SQL Capabilities parcel includes a flag called SQLCap_JSON which indicates whether or not the JSON data type is supported in the database.

typedef 
struct PclCfgSQLCapFeatType {
        PclCfgFeatureType       SQLCap_Feature;
        PclCfgFeatureLenType    SQLCap_Length;    
        byte  /* 0 */           SQLCap_UPSERT;   
        byte  /* 1 */           SQLCap_ArraySupport; 
        .
        .
        .
        byte  /* 20 */          padbyte_boolean; 
         byte /* 21 */ SQLCap_JSON;      
    } PclCfgSQLCapFeatType;

The SQLCap_JSON flag has the following values:

  • 0 indicates that the JSON data type is not supported.
  • 1 indicates that the JSON data type is supported.