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

Method TmpWriteHandle

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

Source from the content-addressed store, hash-verified

1925}
1926
1927TmpWriteHandle::TmpWriteHandle(
1928 TmpFileGroup* const parent, WriteRange::WriteDoneCallback cb)
1929 : parent_(parent),
1930 cb_(move(cb)),
1931 compressed_(parent_->tmp_file_mgr_->compressed_buffer_tracker()) {}
1932
1933TmpWriteHandle::~TmpWriteHandle() {
1934 DCHECK(!write_in_flight_);

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85

Tested by

no test coverage detected