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

Method InitForFeSupport

be/src/runtime/exec-env.cc:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342Status ExecEnv::InitForFeSupport() {
343 mem_tracker_.reset(new MemTracker(-1, "Process"));
344 is_fe_tests_ = true;
345 return Status::OK();
346}
347
348Status ExecEnv::Init() {
349 LOG(INFO) << "Initializing impalad with backend uuid: " << PrintId(backend_id_);

Callers 3

SetUpMethod · 0.80
PlannerMethod · 0.80

Calls 2

OKFunction · 0.85
resetMethod · 0.65

Tested by 1

SetUpMethod · 0.64