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

Function OpBase_CloneRecord

src/execution_plan/ops/op.c:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278Record OpBase_CloneRecord
279(
280 Record r
281) {
282 Record clone = ExecutionPlan_BorrowRecord((struct ExecutionPlan *)r->owner);
283 Record_Clone(r, clone);
284 return clone;
285}
286
287Record OpBase_DeepCloneRecord
288(

Callers 15

_yieldFunction · 0.85
ApplyConsumeFunction · 0.85
_pullFromBranchStreamFunction · 0.85
_handoffFunction · 0.85
ValueHashJoinConsumeFunction · 0.85
CartesianProductConsumeFunction · 0.85
MergeConsumeFunction · 0.85
SemiApplyConsumeFunction · 0.85

Calls 2

Record_CloneFunction · 0.85

Tested by

no test coverage detected