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

Function Record_AddNode

src/execution_plan/record.c:280–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280Node *Record_AddNode
281(
282 Record r,
283 uint idx,
284 Node node
285) {
286 r->entries[idx].value.n = node;
287 r->entries[idx].type = REC_TYPE_NODE;
288 return &(r->entries[idx].value.n);
289}
290
291Edge *Record_AddEdge
292(

Callers 14

Record_AddFunction · 0.85
_UpdateRecordFunction · 0.85
_CreateNodesFunction · 0.85
_UpdateRecordFunction · 0.85
_UpdateRecordFunction · 0.85
NodeByIdSeekConsumeFunction · 0.85
_CreateEntitiesFunction · 0.85
CondTraverseConsumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected