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

Function Record_ContainsEntry

src/execution_plan/record.c:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool Record_ContainsEntry
61(
62 const Record r,
63 uint idx
64) {
65 ASSERT(idx < Record_length(r));
66 return r->entries[idx].type != REC_TYPE_UNKNOWN;
67}
68
69// retrieve the offset into the Record of the given alias
70uint Record_GetEntryIdx

Callers 1

Calls 1

Record_lengthFunction · 0.85

Tested by

no test coverage detected