Update CachedCompressedReadBuffer.h

This commit is contained in:
alesapin 2018-12-24 19:12:25 +03:00 committed by GitHub
parent f7e06cf9ac
commit bbdfc77f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ namespace DB
* Disadvantages:
* - in case you need to read a lot of data in a row, but of them only a part is cached, you have to do seek-and.
*/
class CachedCompressedReadBuffer : public CompressedReadBufferBase, public ReadBuffer
class CachedCompressedReadBuffer : public CompressedReadBufferBase, public ReadBuffer
{
private:
const std::string path;