APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Snowflake
ColumnDefinition
Snowflake
· Schema
ColumnDefinition
Describes a column in the result set.
Data Lakes
Data Sharing
Data Warehousing
Database
SQL
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