Snowflake · JSON Structure

Snowflake Sql Rest Result Set Meta Data Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

ResultSetMetaData is a JSON Structure definition published by Snowflake, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

format numRows rowType partitionInfo nullable

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResultSetMetaData",
  "type": "object",
  "properties": {
    "format": {
      "type": "string"
    },
    "numRows": {
      "type": "integer"
    },
    "rowType": {
      "type": "array"
    },
    "partitionInfo": {
      "type": "array"
    },
    "nullable": {
      "type": "boolean"
    }
  }
}