getRawData Method | DATASET Data Type | Teradata Vantage - getRawData - Advanced SQL Engine - Teradata Database

DATASET Data Type

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