Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Record_Remove
Function
Record_Remove
src/execution_plan/record.c:224–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void Record_Remove
225
(
226
Record r,
227
uint idx
228
) {
229
r->entries[idx].type = REC_TYPE_UNKNOWN;
230
}
231
232
GraphEntity *Record_GetGraphEntity
233
(
Callers
2
ResultSet_AddRecord
Function · 0.85
AR_REDUCE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected