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

Function ExecutionPlan_Init

src/execution_plan/execution_plan.c:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void ExecutionPlan_Init(ExecutionPlan *plan) {
433 _ExecutionPlanInit(plan->root);
434}
435
436ResultSet *ExecutionPlan_Execute(ExecutionPlan *plan) {
437 ASSERT(plan->prepared)

Callers 2

Graph_ExplainFunction · 0.85
ExecutionPlan_ExecuteFunction · 0.85

Calls 1

_ExecutionPlanInitFunction · 0.85

Tested by

no test coverage detected