Added test for unrestricted aggregate function combinators [#CLICKHOUSE-3511].

This commit is contained in:
Alexey Milovidov 2017-12-24 02:30:20 +03:00
parent ffce4dea50
commit 9d60bcf3f9
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
[12,15,18]

View File

@ -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));