mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
just fix a number
Find a number wrong when reading SAHA paper and related code.
This commit is contained in:
parent
d76ac4d34d
commit
4c1244d06d
@ -14,7 +14,7 @@
|
|||||||
* make a persistent copy of the key in each of the following cases:
|
* make a persistent copy of the key in each of the following cases:
|
||||||
* 1) the aggregation method doesn't use temporary keys, so they're persistent
|
* 1) the aggregation method doesn't use temporary keys, so they're persistent
|
||||||
* from the start;
|
* from the start;
|
||||||
* 1) the key is already present in the hash table;
|
* 2) the key is already present in the hash table;
|
||||||
* 3) that particular key is stored by value, e.g. a short StringRef key in
|
* 3) that particular key is stored by value, e.g. a short StringRef key in
|
||||||
* StringHashMap.
|
* StringHashMap.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user