Update WeakHash.h

This commit is contained in:
alexey-milovidov 2020-03-25 08:27:43 +03:00 committed by GitHub
parent 778be3174a
commit a70a9e5383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.