Added a test

This commit is contained in:
Alexey Milovidov 2020-07-08 04:58:32 +03:00
parent 34e67b521a
commit cea3de5243
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[]
[]
[]
[]

View File

@ -0,0 +1,4 @@
SELECT arrayFill(x -> (x < 10), []);
SELECT arrayFill(x -> (x < 10), emptyArrayUInt8());
SELECT arrayFill(x -> 1, []);
SELECT arrayFill(x -> 0, []);