ClickHouse/dbms/tests/queries
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
..
0_stateless Add CRC32IEEE()/CRC64() support 2019-10-25 15:52:41 +03:00
1_stateful better setting name: joined_subquery_requires_alias 2019-09-02 15:53:31 +03:00
bugs
__init__.py
.gitignore
conftest.py
query_test.py
server.py
shell_config.sh Update url params in shell_config and tests.] 2019-10-11 16:34:26 +03:00