ClickHouse/tests/queries/0_stateless/00963_achimbab.reference

58 lines
792 B
Plaintext
Raw Normal View History

2019-07-07 00:39:45 +00:00
{
"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)": 1
2019-07-07 00:39:45 +00:00
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 2
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 3
2019-07-07 00:39:45 +00:00
},
{
"total": 1,
"arrayElement(k, 1)": null,
"arrayElement(k, 2)": 4
2019-07-07 00:39:45 +00:00
},
{
"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": 1000000
2019-07-07 00:39:45 +00:00
}