mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update CachedCompressedReadBuffer.h
This commit is contained in:
parent
f7e06cf9ac
commit
bbdfc77f21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user