ClickHouse/dbms/src/Compression
2019-06-11 17:14:45 +03:00
..
tests Fix cyclic lib depend ppart 2: clean 2018-12-28 21:15:26 +03:00
CachedCompressedReadBuffer.cpp Add empty reads to cache 2019-04-05 15:57:22 +03:00
CachedCompressedReadBuffer.h Fix cyclic lib depend (make clickhouse_compression lib) 2018-12-28 20:27:53 +03:00
CMakeLists.txt Build fixes (#5278) 2019-05-15 20:19:39 +03:00
CompressedReadBuffer.cpp Fix cyclic lib depend ppart 2: clean 2018-12-28 21:15:26 +03:00
CompressedReadBuffer.h Fix cyclic lib depend (make clickhouse_compression lib) 2018-12-28 20:27:53 +03:00
CompressedReadBufferBase.cpp Better error message on checksum mismatch #5347 2019-05-20 23:46:52 +03:00
CompressedReadBufferBase.h Fix cyclic lib depend ppart 2: clean 2018-12-28 21:15:26 +03:00
CompressedReadBufferFromFile.cpp Fix non initialized codec and wrong size in CacheCompressedReadBuffer 2019-01-29 17:55:57 +03:00
CompressedReadBufferFromFile.h Fix cyclic lib depend (make clickhouse_compression lib) 2018-12-28 20:27:53 +03:00
CompressedWriteBuffer.cpp Miscellaneous #4111 2019-01-21 21:04:08 +03:00
CompressedWriteBuffer.h Fix cyclic lib depend (make clickhouse_compression lib) 2018-12-28 20:27:53 +03:00
CompressionCodecDelta.cpp Fix alter modify of codec when column type is not specified 2019-04-02 15:51:31 +03:00
CompressionCodecDelta.h Fix alter modify of codec when column type is not specified 2019-04-02 15:51:31 +03:00
CompressionCodecLZ4.cpp Cosmetics 2019-04-25 21:35:58 +03:00
CompressionCodecLZ4.h Use information about type in Delta codec to choose correct delta size if possible 2019-01-15 17:20:34 +03:00
CompressionCodecMultiple.cpp Fix alter modify of codec when column type is not specified 2019-04-02 15:51:31 +03:00
CompressionCodecMultiple.h Fix alter modify of codec when column type is not specified 2019-04-02 15:51:31 +03:00
CompressionCodecNone.cpp Fix style and includes 2018-12-24 17:10:37 +03:00
CompressionCodecNone.h Refactoring (sanitizer failure) 2018-12-19 20:20:18 +03:00
CompressionCodecT64.cpp T64 codec: fix getMaxCompressedDataSize and test 2019-06-11 17:14:45 +03:00
CompressionCodecT64.h T64 codec: fix getMaxCompressedDataSize and test 2019-06-11 17:14:45 +03:00
CompressionCodecWriteBuffer.h Fix cyclic lib depend (make clickhouse_compression lib) 2018-12-28 20:27:53 +03:00
CompressionCodecZSTD.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
CompressionCodecZSTD.h Use information about type in Delta codec to choose correct delta size if possible 2019-01-15 17:20:34 +03:00
CompressionFactory.cpp T64 codec concept 2019-06-07 19:12:45 +03:00
CompressionFactory.h Removed useless method #4874 2019-04-01 23:51:32 +03:00
CompressionInfo.h T64 codec concept 2019-06-07 19:12:45 +03:00
ICompressionCodec.cpp Fix cyclic lib depend ppart 2: clean 2018-12-28 21:15:26 +03:00
ICompressionCodec.h Fix alter modify of codec when column type is not specified 2019-04-02 15:51:31 +03:00
LZ4_decompress_faster.cpp Typos 2019-04-30 00:44:17 +03:00
LZ4_decompress_faster.h No AVX but remain wildcopy 32 2019-04-29 22:30:14 +03:00