mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update WeakHash.h
This commit is contained in:
parent
778be3174a
commit
a70a9e5383
@ -4,7 +4,8 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
/// It's a class which represents the result of weak and fast hash function per row in column. It's usually crc32.
|
||||
/// It's a class which represents the result of weak and fast hash function per row in column.
|
||||
/// It's usually hardware accelerated CRC32-C.
|
||||
/// Has function result may be combined to calculate hash for tuples.
|
||||
///
|
||||
/// The main purpose why this class needed is to support data initialization. Initially, every bit is 1.
|
||||
|
Loading…
Reference in New Issue
Block a user