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

Method ~TmpWriteHandle

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

Source from the content-addressed store, hash-verified

1931 compressed_(parent_->tmp_file_mgr_->compressed_buffer_tracker()) {}
1932
1933TmpWriteHandle::~TmpWriteHandle() {
1934 DCHECK(!write_in_flight_);
1935 DCHECK(read_range_ == nullptr);
1936 DCHECK(compressed_.buffer() == nullptr);
1937}
1938
1939string TmpWriteHandle::TmpFilePath() const {
1940 if (file_ == nullptr) return "";

Callers

nothing calls this directly

Calls 1

bufferMethod · 0.45

Tested by

no test coverage detected