mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
2d2e738085
zlib's implementation uses CRC-32-IEEE 802.3 polynomial (0xedb88320) but with starting value 0xffffffff, so introduce another crc32 implementation - CRC32IEEE that has starting value - 0 Also add CRC64 with ECMA polynomial. v2: s/crc*_data./crc*_data./ to avoid conflicts with other crc32.h in contrib v3: join with existing CRC32() |
||
---|---|---|
.. | ||
agg_functions | ||
dicts | ||
functions | ||
table_functions | ||
alter.md | ||
create.md | ||
index.md | ||
insert_into.md | ||
misc.md | ||
operators.md | ||
select.md | ||
show.md | ||
syntax.md | ||
system.md |