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

Method Get

be/src/runtime/io/handle-cache.inline.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85CachedHdfsFileHandle* FileHandleCache::Accessor::Get() {
86 return cache_accessor_.Get();
87}
88
89void FileHandleCache::Accessor::Release() {
90 if (cache_accessor_.Get()) {

Callers 14

startMethod · 0.45
FOREACH_ROW_LIMITFunction · 0.45
CancelMethod · 0.45
WaitForOpenMethod · 0.45
MaintenanceMethod · 0.45
AddBatchMethod · 0.45
ReadFromPosMethod · 0.45
SetMethod · 0.45
ReleaseMethod · 0.45
DestroyMethod · 0.45
~AccessorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected