ClickHouse/tests/queries/1_stateful/00088_global_in_one_shard_and_rows_before_limit.reference

27 lines
329 B
Plaintext
Raw Normal View History

{
"meta":
[
{
"name": "EventDate",
"type": "Date"
},
{
"name": "count()",
"type": "UInt64"
}
],
"data":
[
["2014-03-17", "1406958"],
["2014-03-18", "1383658"],
["2014-03-19", "1405797"],
["2014-03-20", "1353623"],
["2014-03-21", "1245779"]
],
"rows": 5,
"rows_before_limit_at_least": 7
}