mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update src/IO/Lz4DeflatingWriteBuffer.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
This commit is contained in:
parent
ebb66c1a9e
commit
fafd169e7b
@ -7,7 +7,7 @@ namespace
|
||||
using namespace DB;
|
||||
|
||||
/// SinkToOut provides the safe way to do direct write into buffer's memory
|
||||
/// When out->capacity() is not less that guaranteed_capacity, SinkToOut is pointing directly to out_'s memory.
|
||||
/// When out->capacity() is not less than guaranteed_capacity, SinkToOut is pointing directly to out_'s memory.
|
||||
/// Otherwise the writes are directed to the temporary memory. That data is copied to out_ at finalize call.
|
||||
class SinkToOut
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user