ClickHouse/dbms/tests/queries/0_stateless/00285_not_all_data_in_totals.reference
2015-12-04 23:33:38 +03:00

67 lines
666 B
Plaintext

{
"meta":
[
{
"name": "ignore(x)",
"type": "UInt8"
},
{
"name": "count()",
"type": "UInt64"
}
],
"data":
[
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"]
],
"totals": [0,"2000"],
"rows": 10,
"rows_before_limit_at_least": 1000
}
{
"meta":
[
{
"name": "ignore(x)",
"type": "UInt8"
},
{
"name": "count()",
"type": "UInt64"
}
],
"data":
[
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"],
[0, "2"]
],
"totals": [0,"2000"],
"rows": 10,
"rows_before_limit_at_least": 1000
}