mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update CachedCompressedReadBuffer.h
This commit is contained in:
parent
f7e06cf9ac
commit
bbdfc77f21
@ -19,7 +19,7 @@ namespace DB
|
|||||||
* Disadvantages:
|
* 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.
|
* - 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:
|
private:
|
||||||
const std::string path;
|
const std::string path;
|
||||||
|
Loading…
Reference in New Issue
Block a user