SHOW COLUMNS Command¶
Delta Lake supports displaying the details of the columns of delta tables using the following high-level operator:
- SHOW COLUMNS SQL command
Internals¶
Delta Lake "intercepts" (takes care of) resolving ShowColumns
(Spark SQL) logical commands at DeltaAnalysis.
The reason is that the schema of delta tables is stored in the transaction log (not a catalog).