mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +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>>;
|
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.
|
/** Creates a codec object by name of compression algorithm family and parameters.
|
||||||
*/
|
*/
|
||||||
class CompressionCodecFactory final : private boost::noncopyable
|
class CompressionCodecFactory final : private boost::noncopyable
|
||||||
|
Loading…
Reference in New Issue
Block a user