MCPcopy Create free account
hub / github.com/apache/impala / FreeCompressedBuffer

Method FreeCompressedBuffer

be/src/runtime/tmp-file-mgr.cc:2184–2188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2182}
2183
2184void TmpWriteHandle::FreeCompressedBuffer() {
2185 if (compressed_.buffer() == nullptr) return;
2186 DCHECK(is_compressed());
2187 compressed_.Release();
2188}
2189
2190string TmpWriteHandle::DebugString() {
2191 unique_lock<mutex> lock(write_state_lock_);

Callers 1

WaitForAsyncReadMethod · 0.80

Calls 2

bufferMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected