SQL Capabilities Parcel | DATASET Data Type | Teradata Vantage - SQL Capabilities Parcel - Analytics Database - Teradata Vantage

DATASET Data Type

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-10-30
dita:mapPath
bka1628112240653.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ekk1458586304878
lifecycle
latest
Product Category
Teradata Vantageā„¢

The SQL Capabilities parcel includes a flag called SQLCap_DATASET which indicates whether the DATASET 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; 
         byte /* 24 */ SQLCap_DATASET;      
    } PclCfgSQLCapFeatType;
The SQLCap_DATASET flag has the following values:
  • 0 indicates that the DATASET data type is not supported.
  • 1 indicates that the DATASET data type is supported.