ClickHouse/dbms/tests/queries/0_stateless/00963_achimbab.reference
2019-07-07 03:39:45 +03:00

58 lines
786 B
Plaintext

{
"meta":
[
{
"name": "total",
"type": "Nullable(UInt8)"
},
{
"name": "arrayElement(k, 1)",
"type": "Nullable(UInt16)"
},
{
"name": "arrayElement(k, 2)",
"type": "Nullable(UInt16)"
}
],
"data":
[
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 4
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 2
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 1
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 3
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 5
}
],
"totals":
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": null
},
"rows": 5,
"rows_before_limit_at_least": 5
}