mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Updated hashed_dictionary test
This commit is contained in:
parent
2c3abcaad1
commit
b8a1ead3e9
@ -94,10 +94,6 @@
|
|||||||
LIMIT {elements_count}
|
LIMIT {elements_count}
|
||||||
FORMAT Null;
|
FORMAT Null;
|
||||||
</query>
|
</query>
|
||||||
<query>
|
|
||||||
SELECT * FROM default.simple_key_hashed_dictionary
|
|
||||||
FORMAT Null;
|
|
||||||
</query>
|
|
||||||
<query>
|
<query>
|
||||||
WITH rand64() % toUInt64({elements_count}) as key
|
WITH rand64() % toUInt64({elements_count}) as key
|
||||||
SELECT dictHas('default.simple_key_hashed_dictionary', key)
|
SELECT dictHas('default.simple_key_hashed_dictionary', key)
|
||||||
@ -113,10 +109,6 @@
|
|||||||
LIMIT {elements_count}
|
LIMIT {elements_count}
|
||||||
FORMAT Null;
|
FORMAT Null;
|
||||||
</query>
|
</query>
|
||||||
<query>
|
|
||||||
SELECT * FROM default.complex_key_hashed_dictionary
|
|
||||||
FORMAT Null;
|
|
||||||
</query>
|
|
||||||
<query>
|
<query>
|
||||||
WITH (rand64() % toUInt64({elements_count}), toString(rand64() % toUInt64({elements_count}))) as key
|
WITH (rand64() % toUInt64({elements_count}), toString(rand64() % toUInt64({elements_count}))) as key
|
||||||
SELECT dictHas('default.complex_key_hashed_dictionary', key)
|
SELECT dictHas('default.complex_key_hashed_dictionary', key)
|
||||||
|
Loading…
Reference in New Issue
Block a user