mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
fb38c2a30b
Remove experimental_use_processors setting, part 1.
58 lines
792 B
Plaintext
58 lines
792 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)": 1
|
|
},
|
|
{
|
|
"total": 1,
|
|
"arrayElement(k, 1)": null,
|
|
"arrayElement(k, 2)": 2
|
|
},
|
|
{
|
|
"total": 1,
|
|
"arrayElement(k, 1)": null,
|
|
"arrayElement(k, 2)": 3
|
|
},
|
|
{
|
|
"total": 1,
|
|
"arrayElement(k, 1)": null,
|
|
"arrayElement(k, 2)": 4
|
|
},
|
|
{
|
|
"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
|
|
}
|