mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
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
|
|
}
|