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

Method impala_server

be/src/runtime/exec-env.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 HdfsOpThreadPool* hdfs_op_thread_pool() { return hdfs_op_thread_pool_.get(); }
149 TmpFileMgr* tmp_file_mgr() { return tmp_file_mgr_.get(); }
150 ImpalaServer* impala_server() { return impala_server_; }
151 Frontend* frontend() {
152 DCHECK(frontend_.get() != nullptr);
153 return frontend_.get();

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36