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

Method GetState

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

Source from the content-addressed store, hash-verified

305}
306
307TupleCacheState TupleCacheMgr::GetState(TupleCacheMgr::Handle* handle) const {
308 uint8_t* data = getHandleData(cache_.get(), handle);
309 return reinterpret_cast<TupleCacheEntry*>(data)->state;
310}
311
312// Returns true if state was updated.
313bool TupleCacheMgr::UpdateState(TupleCacheMgr::Handle* handle,

Callers

nothing calls this directly

Calls 2

getHandleDataFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected