Snowflake · Schema

ColumnDefinition

Describes a column in the result set.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string Name of the column.
type string Snowflake data type of the column (e.g. FIXED, TEXT, BOOLEAN, DATE, TIMESTAMP_NTZ, VARIANT, ARRAY, OBJECT).
length integer Maximum length of the column data.
precision integer Precision of numeric data.
scale integer Scale of numeric data.
nullable boolean Whether the column allows null values.
View JSON Schema on GitHub