ClickHouse/dbms/tests/queries
Azat Khuzhin e89ceae61a Add blockSerializedSize() function (size on disk without compression)
Sometimes it is useful to know how much does this data will take on
disk, with blockSerializedSize() you can know this (although without
compression).

This can be a major knowledge for various aggregation functions that
tracking some state (i.e. uniqCombined).
2020-02-03 11:26:40 +03:00
..
0_stateless Add blockSerializedSize() function (size on disk without compression) 2020-02-03 11:26:40 +03:00
1_stateful Added Avro roundtrip test 2020-01-23 05:39:58 +03:00
bugs modify test because there is another bug 2020-01-10 13:43:37 +03:00
__init__.py
.gitignore
conftest.py
query_test.py
server.py
shell_config.sh