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

Method GetPath

be/src/runtime/tuple-cache-mgr.cc:523–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523const char* TupleCacheMgr::GetPath(UniqueHandle& handle) const {
524 DCHECK(enabled_);
525 DCHECK(handle != nullptr && handle->cache_handle != nullptr);
526 uint8_t* data = getHandleData(cache_.get(), handle.get());
527 return reinterpret_cast<const char*>(data + sizeof(TupleCacheEntry));
528}
529
530Status TupleCacheMgr::CreateDebugDumpSubdir(const string& sub_dir) {
531 DCHECK(!sub_dir.empty());

Callers 1

TEST_FFunction · 0.45

Calls 2

getHandleDataFunction · 0.85
getMethod · 0.65

Tested by 1

TEST_FFunction · 0.36