getRawData Method | DATASET Data Type | Teradata Vantage - getRawData - 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ā„¢

getRawData retrieves the raw data of any DATASET data type instance, returning it as a non-LOB type. For the CSV storage format, the CSV file is returned, but not the schema.

Result Type

The data returned by a DATASET instance with STORAGE FORMAT AVRO or CSV conforms to the specification of the binary-encoded Avro or CSV values.

The return type is VARCHAR(64000) CHARACTER SET LATIN if the CSV value is in the LATIN character set, or VARCHAR(32000) CHARACTER SET UNICODE for UNICODE.