MCPcopy Create free account
hub / github.com/alibaba/GraphScope / gremlin

Method gremlin

python/graphscope/client/session.py:1166–1171  ·  view source on GitHub ↗

This method is going to be deprecated. Use :meth:`interactive` to get an interactive engine handler supports both gremlin and cypher queries

(self, graph, params=None)

Source from the content-addressed store, hash-verified

1164
1165 @deprecated("Please use `sess.interactive` instead.")
1166 def gremlin(self, graph, params=None):
1167 """This method is going to be deprecated.
1168 Use :meth:`interactive` to get an interactive engine handler supports
1169 both gremlin and cypher queries
1170 """
1171 return self.interactive(graph, params)
1172
1173 def interactive(self, graph, params=None, with_cypher=False):
1174 """Get an interactive engine handler to execute gremlin and cypher queries.

Callers 13

simple_flowFunction · 0.45
demoFunction · 0.45
test_demo_on_hdfsFunction · 0.45
test_demo_distributeFunction · 0.45
test_demo_with_lazy_modeFunction · 0.45
test_query_modern_graphFunction · 0.45
test_helm_installationFunction · 0.45
test_across_engineFunction · 0.45

Calls 1

interactiveMethod · 0.95

Tested by 13

simple_flowFunction · 0.36
demoFunction · 0.36
test_demo_on_hdfsFunction · 0.36
test_demo_distributeFunction · 0.36
test_demo_with_lazy_modeFunction · 0.36
test_query_modern_graphFunction · 0.36
test_helm_installationFunction · 0.36
test_across_engineFunction · 0.36