Update CompressedWriteBuffer.h

This commit is contained in:
alexey-milovidov 2021-08-15 12:04:38 +03:00 committed by GitHub
parent 9ae92798d1
commit 86694a2bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ private:
PODArray<char> compressed_buffer;
void nextImpl() override;
void finalize() override;
public:
CompressedWriteBuffer(
@ -30,6 +29,8 @@ public:
CompressionCodecPtr codec_ = CompressionCodecFactory::instance().getDefaultCodec(),
size_t buf_size = DBMS_DEFAULT_BUFFER_SIZE);
void finalize() override;
/// The amount of compressed data
size_t getCompressedBytes()
{