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

Function ExecutionPlan_GetMappings

src/execution_plan/execution_plan.c:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383inline rax *ExecutionPlan_GetMappings(const ExecutionPlan *plan) {
384 ASSERT(plan && plan->record_map);
385 return plan->record_map;
386}
387
388Record ExecutionPlan_BorrowRecord(ExecutionPlan *plan) {
389 rax *mapping = ExecutionPlan_GetMappings(plan);

Callers 8

JoinInitFunction · 0.85
JoinResetFunction · 0.85
OpBase_ModifiesFunction · 0.85
OpBase_AliasModifierFunction · 0.85
OpBase_ChildrenAwareFunction · 0.85
OpBase_AwareFunction · 0.85
ResultsInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected