Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1939
string TmpWriteHandle::TmpFilePath() const {
1940
if (file_ == nullptr) return
""
;
1941
return file_->path();
1942
}
1943
1944
string TmpWriteHandle::TmpFileBufferPath() const {
1945
if (file_ == nullptr) return
""
;
Callers
4
ReadAsync
Method · 0.45
RestoreData
Method · 0.45
TEST_F
Function · 0.45
TestBlockVerification
Method · 0.45
Calls
1
path
Method · 0.80
Tested by
2
TEST_F
Function · 0.36
TestBlockVerification
Method · 0.36