mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Added test for unrestricted aggregate function combinators [#CLICKHOUSE-3511].
This commit is contained in:
parent
ffce4dea50
commit
9d60bcf3f9
@ -0,0 +1 @@
|
||||
[12,15,18]
|
@ -0,0 +1 @@
|
||||
SELECT sumForEachMergeArray(y) FROM (SELECT sumForEachStateForEachIfArrayIfMerge(x) AS y FROM (SELECT sumForEachStateForEachIfArrayIfState([[[1, 2, 3], [4, 5, 6], [7, 8, 9]]], [1], 1) AS x));
|
Loading…
Reference in New Issue
Block a user