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

Method Reset

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

Source from the content-addressed store, hash-verified

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,
170 uint64_t names_hashcode, int64_t charge, TCodeGenOptLevel::type opt) {

Callers 2

LookupMethod · 0.45
StoreInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected