APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Snowflake
ResultSetMetaData
Snowflake
· Schema
ResultSetMetaData
Metadata about the result set including column definitions.
Data Lakes
Data Sharing
Data Warehousing
Database
SQL
Properties
Name
Type
Description
format
string
For v2 endpoints the only possible value for this field is jsonv2.
numRows
integer
The total number of rows of results.
rowType
array
Array of column descriptors for the result set.
partitionInfo
array
Information about result set partitions for large results.
nullable
boolean
If false, null values are replaced with the string 'null' in the result set.
View JSON Schema on GitHub