MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / execution_plan

Method execution_plan

demo/client/client.py:98–99  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

96 return tbl
97
98 def execution_plan(self, query):
99 return self.redis_con.execute_command("GRAPH.EXPLAIN", self.graph, query)

Calls

no outgoing calls