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

Method ResetCodegenCache

be/src/runtime/test-env.h:81–87  ·  view source on GitHub ↗

Reset the codegen cache.

Source from the content-addressed store, hash-verified

79
80 /// Reset the codegen cache.
81 void ResetCodegenCache(MetricGroup* metrics = nullptr) {
82 if (metrics == nullptr) {
83 exec_env_->codegen_cache_.reset();
84 return;
85 }
86 exec_env_->codegen_cache_.reset(new CodeGenCache(metrics));
87 }
88
89 /// Get a full URI for the provided path based on the default filesystem.
90 std::string GetDefaultFsPath(const std::string& path);

Callers 3

TestAtCapacityMethod · 0.80
TestSkipCacheMethod · 0.80
EnableCodegenCacheMethod · 0.80

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected