Snowflake · Schema

ResultSet

The result set returned from a successfully executed SQL statement, including metadata, row data, and execution statistics.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
code string Status code for the query.
sqlState string SQL state code.
message string Message describing the execution status.
statementHandle string Handle that uniquely identifies the executed statement.
createdOn integer Timestamp that specifies when the statement execution started. The timestamp is expressed in milliseconds since the epoch.
statementStatusUrl string URL for checking the status of the statement.
data array Result set data. Each element in the outer array represents a row. Each element in the inner array represents a column value as a string.
View JSON Schema on GitHub