ClickHouse/dbms/tests/queries/1_stateful/00023_totals_limit.reference
2018-08-07 20:08:51 +03:00

25 lines
292 B
Plaintext

{
"meta":
[
{
"name": "ym:s:goalDimension",
"type": "UInt32"
},
{
"name": "uniqIf(UserID, and(notEquals(UserID, 0), equals(_uniq_Goals, 1)))",
"type": "UInt64"
}
],
"data":
[
[3176497, "3"]
],
"totals": [0,"3"],
"rows": 1,
"rows_before_limit_at_least": 2
}