Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
void ExecutionPlan_Init(ExecutionPlan *plan) {
433
_ExecutionPlanInit(plan->root);
434
}
435
436
ResultSet *ExecutionPlan_Execute(ExecutionPlan *plan) {
437
ASSERT(plan->prepared)
Callers
2
Graph_Explain
Function · 0.85
ExecutionPlan_Execute
Function · 0.85
Calls
1
_ExecutionPlanInit
Function · 0.85
Tested by
no test coverage detected