describe Method | Spark SQL Initiator Connector | Teradata QueryGrid - describe - Teradata QueryGrid

Teradata® QueryGrid™ Installation and User Guide

Product
Teradata QueryGrid
Release Number
2.19
Published
July 2022
Language
English (United States)
Last Update
2022-07-28
dita:mapPath
jpf1654813554544.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
Product Category
Analytical Ecosystem

The describe method is used to display the details of a non-native table.

scala> s1.describe("nn2")
+--------+---------+-------+
|col_name|data_type|comment|
+--------+---------+-------+
|c1 	 |string   |null   |
+--------+---------+-------+