Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetWriteFile
Method
GetWriteFile
be/src/runtime/tmp-file-mgr.cc:1001–1003 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
}
1000
1001
io::DiskFile* TmpFileLocal::GetWriteFile() {
1002
return disk_file_.get();
1003
}
1004
1005
Status TmpFileLocal::Remove() {
1006
// Remove the file if present (it may not be present if no writes completed).
Callers
10
ReserveLocalBufferSpace
Method · 0.45
AllocateRemoteSpace
Method · 0.45
Write
Method · 0.45
RetryWrite
Method · 0.45
TmpFileSpaceReserveThreadLoop
Method · 0.45
TestCompressBufferManagement
Method · 0.45
TestTmpFileBufferPoolHelper
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
AddWriteRange
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
5
TestCompressBufferManagement
Method · 0.36
TestTmpFileBufferPoolHelper
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
AddWriteRange
Method · 0.36