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

Method TmpFilePath

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

Source from the content-addressed store, hash-verified

1937}
1938
1939string TmpWriteHandle::TmpFilePath() const {
1940 if (file_ == nullptr) return "";
1941 return file_->path();
1942}
1943
1944string TmpWriteHandle::TmpFileBufferPath() const {
1945 if (file_ == nullptr) return "";

Callers 4

ReadAsyncMethod · 0.45
RestoreDataMethod · 0.45
TEST_FFunction · 0.45
TestBlockVerificationMethod · 0.45

Calls 1

pathMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TestBlockVerificationMethod · 0.36