tests: simple test on argMinArray and argMaxArray using arrayJoin [METR-10366]

This commit is contained in:
Sergey Fedorov 2014-03-28 19:52:11 +04:00
parent 14992512e9
commit 9f208de753
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
4 1

View File

@ -0,0 +1 @@
SELECT argMinArray(id, num), argMaxArray(id, num) FROM (SELECT arrayJoin([[10, 4, 3], [7, 5, 6], [8, 8, 2]]) AS num, arrayJoin([[1, 2, 4], [2, 3, 3]]) AS id)