APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
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