mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
51 lines
403 B
Plaintext
51 lines
403 B
Plaintext
#1
|
|
{
|
|
"meta":
|
|
[
|
|
{
|
|
"name": "count()",
|
|
"type": "UInt64"
|
|
}
|
|
],
|
|
|
|
"data":
|
|
[
|
|
{
|
|
"count()": "100"
|
|
}
|
|
],
|
|
|
|
"rows": 1,
|
|
|
|
"rows_before_limit_at_least": 100,
|
|
|
|
"statistics":
|
|
{
|
|
"rows_read": 100,
|
|
"bytes_read": 800
|
|
}
|
|
}
|
|
#2
|
|
{
|
|
"meta":
|
|
[
|
|
{
|
|
"type": "Tuple(UInt64, UInt64)"
|
|
}
|
|
],
|
|
|
|
"data":
|
|
[
|
|
{
|
|
}
|
|
],
|
|
|
|
"rows": 1,
|
|
|
|
"statistics":
|
|
{
|
|
"rows_read": 131011,
|
|
"bytes_read": 1048081
|
|
}
|
|
}
|