mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Build fixes after merge
This commit is contained in:
parent
08fbab09b0
commit
3538f1520b
@ -22,8 +22,6 @@ using CompressionCodecPtr = std::shared_ptr<ICompressionCodec>;
|
||||
|
||||
using CodecNameWithLevel = std::pair<String, std::optional<int>>;
|
||||
|
||||
static constexpr auto DEFAULT_CODEC_NAME = "Default";
|
||||
|
||||
/** Creates a codec object by name of compression algorithm family and parameters.
|
||||
*/
|
||||
class CompressionCodecFactory final : private boost::noncopyable
|
||||
|
Loading…
Reference in New Issue
Block a user