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

Function OpBase_DeleteRecord

src/execution_plan/ops/op.c:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324inline void OpBase_DeleteRecord
325(
326 Record r
327) {
328 ExecutionPlan_ReturnRecord(r->owner, r);
329}
330
331OpBase *OpBase_Clone
332(

Callers 15

ProcCallConsumeFunction · 0.85
ProcCallFreeFunction · 0.85
ApplyConsumeFunction · 0.85
ApplyResetFunction · 0.85
ApplyFreeFunction · 0.85
OrMultiplexer_ConsumeFunction · 0.85
AndMultiplexer_ConsumeFunction · 0.85
OpApplyMultiplexerResetFunction · 0.85
OpApplyMultiplexerFreeFunction · 0.85
NodeByLabelScanResetFunction · 0.85
NodeByLabelScanFreeFunction · 0.85

Calls 1

Tested by

no test coverage detected