ClickHouse/dbms/src/Compression
2018-12-24 18:50:02 +03:00
..
CMakeLists.txt ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00
CompressionCodecLZ4.cpp Fix style and includes 2018-12-24 17:10:37 +03:00
CompressionCodecLZ4.h Add LZ4HC 2018-12-21 17:03:53 +03:00
CompressionCodecMultiple.cpp Fix style and includes 2018-12-24 17:10:37 +03:00
CompressionCodecMultiple.h Refactoring (sanitizer failure) 2018-12-19 20:20:18 +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
CompressionCodecZSTD.cpp Move header with compression info to another place 2018-12-21 16:25:39 +03:00
CompressionCodecZSTD.h Remove compression settings 2018-12-21 15:17:30 +03:00
CompressionFactory.cpp Add test with non default config 2018-12-24 18:50:02 +03:00
CompressionFactory.h Fix style and includes 2018-12-24 17:10:37 +03:00
CompressionInfo.h Move header with compression info to another place 2018-12-21 16:25:39 +03:00
ICompressionCodec.cpp Move header with compression info to another place 2018-12-21 16:25:39 +03:00
ICompressionCodec.h Move header with compression info to another place 2018-12-21 16:25:39 +03:00