mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
test added
This commit is contained in:
parent
24d1176bf3
commit
e04dc446b6
@ -0,0 +1,4 @@
|
||||
\N
|
||||
4808886099364463827
|
||||
10557035923789874751
|
||||
10561902096955922022
|
5
tests/queries/0_stateless/02286_function_wyhash.sql
Normal file
5
tests/queries/0_stateless/02286_function_wyhash.sql
Normal file
@ -0,0 +1,5 @@
|
||||
SELECT wyHash64(NULL);
|
||||
SELECT wyHash64('');
|
||||
SELECT wyHash64(' ');
|
||||
SELECT wyHash64('qwerty');
|
||||
|
Loading…
Reference in New Issue
Block a user