mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
44 lines
503 B
Plaintext
44 lines
503 B
Plaintext
{
|
|
"meta":
|
|
[
|
|
{
|
|
"name": "1",
|
|
"type": "UInt8"
|
|
},
|
|
{
|
|
"name": "'a'",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"name": "[1, 2, 3]",
|
|
"type": "Array(UInt8)"
|
|
},
|
|
{
|
|
"name": "(1, 'a')",
|
|
"type": "Tuple(UInt8, String)"
|
|
},
|
|
{
|
|
"name": "NULL",
|
|
"type": "Nullable(Nothing)"
|
|
},
|
|
{
|
|
"name": "nan",
|
|
"type": "Float64"
|
|
}
|
|
],
|
|
|
|
"data":
|
|
[
|
|
{
|
|
"1": "1",
|
|
"'a'": "a",
|
|
"[1, 2, 3]": "[1,2,3]",
|
|
"(1, 'a')": "(1,'a')",
|
|
"NULL": "ᴺᵁᴸᴸ",
|
|
"nan": "nan"
|
|
}
|
|
],
|
|
|
|
"rows": 1
|
|
}
|