ClickHouse/dbms/tests/queries/0_stateless/00295_global_in_one_shard_rows_before_limit.reference

55 lines
416 B
Plaintext
Raw Normal View History

2016-01-26 01:35:33 +00:00
{
"meta":
[
{
"name": "x",
"type": "UInt8"
}
],
"data":
[
[50],
[51],
[52],
[53],
[54],
[55],
[56],
[57],
[58],
[59]
],
"rows": 10,
"rows_before_limit_at_least": 50
}
{
"meta":
[
{
"name": "x",
"type": "UInt8"
}
],
"data":
[
[50],
[51],
[52],
[53],
[54],
[55],
[56],
[57],
[58],
[59]
],
"rows": 10,
"rows_before_limit_at_least": 50
}