mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test #3519
This commit is contained in:
parent
719efbe60a
commit
e7bb9d5d84
@ -0,0 +1,7 @@
|
||||
1452224150530656417
|
||||
11717965186011240346
|
||||
13379111408315310133
|
||||
13379111408315310133
|
||||
13379111408315310133
|
||||
623211862
|
||||
9052087431341907723
|
7
dbms/tests/queries/0_stateless/00751_hashing_ints.sql
Normal file
7
dbms/tests/queries/0_stateless/00751_hashing_ints.sql
Normal file
@ -0,0 +1,7 @@
|
||||
SELECT halfMD5(123456);
|
||||
SELECT sipHash64(123456);
|
||||
SELECT cityHash64(123456);
|
||||
SELECT farmHash64(123456);
|
||||
SELECT metroHash64(123456);
|
||||
SELECT murmurHash2_32(123456);
|
||||
SELECT murmurHash2_64(123456);
|
Loading…
Reference in New Issue
Block a user