MCPcopy Create free account
hub / github.com/alibaba/euler / QueryProxy

Method QueryProxy

euler/client/query_proxy.cc:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205QueryProxy::QueryProxy(int32_t shard_num) {
206 shard_num_ = shard_num;
207 compiler_ = Compiler::GetInstance();
208 env_ = Env::Default();
209 tp_ = env_->StartThreadPool("client_thread_pool", 8);
210}
211
212std::unordered_map<std::string, Tensor*>
213QueryProxy::RunGremlin(Query* query,

Callers

nothing calls this directly

Calls 1

StartThreadPoolMethod · 0.80

Tested by

no test coverage detected