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

Method Query

euler/client/query.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace euler {
23
24Query::Query(const std::string& gremlin) {
25 gremlin_ = gremlin;
26 ctx_ = std::make_shared<OpKernelContext>();
27}
28
29Query::Query(
30 const std::string& op_name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected