mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
37 lines
434 B
Plaintext
37 lines
434 B
Plaintext
{
|
|
"meta":
|
|
[
|
|
{
|
|
"name": "1",
|
|
"type": "UInt8"
|
|
},
|
|
{
|
|
"name": "'a'",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"name": "[1, 2, 3]",
|
|
"type": "Array(UInt8)"
|
|
},
|
|
{
|
|
"name": "tuple(1, 'a')",
|
|
"type": "Tuple(UInt8, String)"
|
|
},
|
|
{
|
|
"name": "NULL",
|
|
"type": "Nullable(Nothing)"
|
|
},
|
|
{
|
|
"name": "nan",
|
|
"type": "Float64"
|
|
}
|
|
],
|
|
|
|
"data":
|
|
[
|
|
["1", "a", "[1,2,3]", "(1,'a')", "ᴺᵁᴸᴸ", "nan"]
|
|
],
|
|
|
|
"rows": 1
|
|
}
|