Apache Hive · JSON Structure

Hive Webhcat Queryresult Structure

Type: object Properties: 4
ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

Hive Webhcat Queryresult Structure is a JSON Structure definition published by Apache Hive, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

status schema rows database

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-hive/json-structure/hive-webhcat-queryresult-structure.json",
  "title": "QueryResult",
  "type": "object",
  "properties": {
    "status": "int32",
    "schema": "string",
    "rows": "array",
    "database": "string"
  }
}