Metadata functions¶
Snowflake provides functions that return metadata information, such as descriptions of the statements used to create database objects (e.g. tables).
| Function Name | Notes |
|---|---|
| GENERATE_COLUMN_DESCRIPTION | Generate a list of columns from a set of staged files that contain semi-structured data. |
| GET_DDL | Get DDL to [re-]create a database object. |