Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
324
inline void OpBase_DeleteRecord
325
(
326
Record r
327
) {
328
ExecutionPlan_ReturnRecord(r->owner, r);
329
}
330
331
OpBase *OpBase_Clone
332
(
Callers
15
ProcCallConsume
Function · 0.85
ProcCallFree
Function · 0.85
ApplyConsume
Function · 0.85
ApplyReset
Function · 0.85
ApplyFree
Function · 0.85
OrMultiplexer_Consume
Function · 0.85
AndMultiplexer_Consume
Function · 0.85
OpApplyMultiplexerReset
Function · 0.85
OpApplyMultiplexerFree
Function · 0.85
NodeByLabelScanConsumeFromChild
Function · 0.85
NodeByLabelScanReset
Function · 0.85
NodeByLabelScanFree
Function · 0.85
Calls
1
ExecutionPlan_ReturnRecord
Function · 0.85
Tested by
no test coverage detected