ClickHouse/tests/queries/1_stateful/00023_totals_limit.reference
2022-05-10 16:27:59 +00:00

25 lines
299 B
Plaintext

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