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

Method Empty

be/src/codegen/llvm-codegen-cache.h:166–166  ·  view source on GitHub ↗

When Empty, no guarantees are made about the content of other fields.

Source from the content-addressed store, hash-verified

164 CodeGenCacheEntry() : cached_engine_pointer(nullptr) {}
165 // When Empty, no guarantees are made about the content of other fields.
166 bool Empty() { return cached_engine_pointer == nullptr; }
167 void Reset() { cached_engine_pointer = nullptr; }
168 void Reset(CodeGenObjectCache* cached_engine_ptr, int64_t num_funcs,
169 int64_t num_instrucs, int64_t num_opt_funcs, int64_t num_opt_instrucs,

Callers 3

CheckResultMethod · 0.45
CheckKeyExistMethod · 0.45
LookupCacheMethod · 0.45

Calls

no outgoing calls

Tested by 2

CheckResultMethod · 0.36
CheckKeyExistMethod · 0.36