MCPcopy 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
1001io::DiskFile* TmpFileLocal::GetWriteFile() {
1002 return disk_file_.get();
1003}
1004
1005Status TmpFileLocal::Remove() {
1006 // Remove the file if present (it may not be present if no writes completed).

Callers 10

AllocateRemoteSpaceMethod · 0.45
WriteMethod · 0.45
RetryWriteMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
AddWriteRangeMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
AddWriteRangeMethod · 0.36