Examples - Advanced SQL Engine - Teradata Database

DATASET Data Type

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

Example: Retrieving the Schema Size for a DATASET Data Type Instance (AVRO)

SELECT avroFile.getSchemaSize() FROM myAVROTable06;
> 375

Example: Retrieving the Schema Size for a DATASET Data Type Instance (CSV)

SELECT csvFile.getSchemaSize() FROM myCSVTable06;
> 100