mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
32 lines
261 B
Plaintext
32 lines
261 B
Plaintext
|
{
|
||
|
"meta":
|
||
|
[
|
||
|
{
|
||
|
"name": "count()",
|
||
|
"type": "UInt64"
|
||
|
},
|
||
|
{
|
||
|
"name": "n",
|
||
|
"type": "UInt8"
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"data":
|
||
|
[
|
||
|
{
|
||
|
"count()": "1",
|
||
|
"n": 1
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"totals":
|
||
|
{
|
||
|
"count()": "3",
|
||
|
"n": 0
|
||
|
},
|
||
|
|
||
|
"rows": 1,
|
||
|
|
||
|
"rows_before_limit_at_least": 3
|
||
|
}
|