Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetLocalBufferDir
Method
GetLocalBufferDir
be/src/runtime/tmp-file-mgr.cc:603–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
}
602
603
TmpDir* TmpFileMgr::GetLocalBufferDir() const {
604
return local_buff_dir_.get();
605
}
606
607
int TmpFileMgr::NumActiveTmpDevicesLocal() {
608
DCHECK(initialized_);
Callers
2
EnqueueTmpFilesPool
Method · 0.80
DequeueTmpFilesPool
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected