mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
49 lines
395 B
Plaintext
49 lines
395 B
Plaintext
#1
|
|
{
|
|
"meta":
|
|
[
|
|
{
|
|
"name": "count()",
|
|
"type": "UInt64"
|
|
}
|
|
],
|
|
|
|
"data":
|
|
[
|
|
{
|
|
"count()": "100"
|
|
}
|
|
],
|
|
|
|
"rows": 1,
|
|
|
|
"statistics":
|
|
{
|
|
"rows_read": 100,
|
|
"bytes_read": 800
|
|
}
|
|
}
|
|
#2
|
|
{
|
|
"meta":
|
|
[
|
|
{
|
|
"type": "Tuple(`max(number)` UInt64, `count(number)` UInt64)"
|
|
}
|
|
],
|
|
|
|
"data":
|
|
[
|
|
{
|
|
}
|
|
],
|
|
|
|
"rows": 1,
|
|
|
|
"statistics":
|
|
{
|
|
"rows_read": 100001,
|
|
"bytes_read": 800001
|
|
}
|
|
}
|