MCPcopy Create free account
hub / github.com/RedisGraph/redisgraph-go / ExecutionPlan

Method ExecutionPlan

graph.go:71–73  ·  view source on GitHub ↗

ExecutionPlan gets the execution plan for given query.

(q string)

Source from the content-addressed store, hash-verified

69
70// ExecutionPlan gets the execution plan for given query.
71func (g *Graph) ExecutionPlan(q string) (string, error) {
72 return redis.String(g.Conn.Do("GRAPH.EXPLAIN", g.Id, q))
73}
74
75// Delete removes the graph.
76func (g *Graph) Delete() error {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected