MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / setCompressedOut

Method setCompressedOut

src/Server/StaticRequestHandler.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void setCompressedOut(std::unique_ptr<WriteBuffer> && buf)
49 {
50 chassert(response_holder);
51 chassert(!compression_holder);
52 compression_holder = std::move(buf);
53 }
54
55 WriteBuffer * get() const
56 {

Callers 1

responseWriteBufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected