MCPcopy 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
224void Record_Remove
225(
226 Record r,
227 uint idx
228) {
229 r->entries[idx].type = REC_TYPE_UNKNOWN;
230}
231
232GraphEntity *Record_GetGraphEntity
233(

Callers 2

ResultSet_AddRecordFunction · 0.85
AR_REDUCEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected