Added a test

This commit is contained in:
Alexey Milovidov 2019-08-09 20:26:25 +03:00
parent f636a4c2c1
commit 7b375032b5
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[[]]
[[1],[2],[1]]
[[1],[2],[1]]

View File

@ -0,0 +1 @@
SELECT arrayEnumerateUniqRanked(x, 2) FROM VALUES('x Array(Array(String))', ([[]]), ([['a'], ['a'], ['b']]), ([['a'], ['a'], ['b']]));