ClickHouse/docs/en/query_language
Azat Khuzhin 2d2e738085 Add CRC32IEEE()/CRC64() support
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()
2019-10-25 15:52:41 +03:00
..
agg_functions Merge pull request #7273 from azat/uniqCombined-fix-docs 2019-10-23 13:49:04 +03:00
dicts Merge pull request #7092 from PerformanceVision/acl_file_storage 2019-09-30 13:20:33 +03:00
functions Add CRC32IEEE()/CRC64() support 2019-10-25 15:52:41 +03:00
table_functions DOCAPI-7743: EN review, RU translation for CREATE TABLE AS table_function() docs (#7056) 2019-09-24 02:32:02 +03:00
alter.md Docs links fix (#7448) 2019-10-23 13:51:06 +03:00
create.md fix typos in docs and comment (#7385) 2019-10-20 12:43:54 +08:00
index.md Doc fixes: remove all anchors <a> (#3897) 2018-12-21 22:23:55 +03:00
insert_into.md DOCAPI-8530: Code blocks markup fix (#7060) 2019-09-23 18:31:46 +03:00
misc.md Add PARTITION ID to OPTIMIZE documentation 2019-10-24 09:49:58 +02:00
operators.md Changed repository URL 2019-09-23 19:18:19 +03:00
select.md DOCAPI-7719: Columns matcher docs (#6831) 2019-09-25 02:07:52 +03:00
show.md DOCAPI-8799: Updated SHOW TABLE dscr. Restructured TOC (#7128) 2019-09-27 18:44:36 +03:00
syntax.md DOCAPI-8530: Code blocks markup fix (#7060) 2019-09-23 18:31:46 +03:00
system.md Fix of links in docs (#6884) 2019-09-10 14:07:05 +03:00