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

Function Record_AddScalar

src/execution_plan/record.c:269–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269SIValue *Record_AddScalar
270(
271 Record r,
272 uint idx,
273 SIValue v
274) {
275 r->entries[idx].value.s = v;
276 r->entries[idx].type = REC_TYPE_SCALAR;
277 return &(r->entries[idx].value.s);
278}
279
280Node *Record_AddNode
281(

Callers 11

AR_ANYFunction · 0.85
AR_ALLFunction · 0.85
AR_SINGLEFunction · 0.85
AR_NONEFunction · 0.85
AR_LIST_COMPREHENSIONFunction · 0.85
AR_REDUCEFunction · 0.85
Record_AddFunction · 0.85
_cache_recordsFunction · 0.85
_handoffFunction · 0.85
test_recordToStringFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_recordToStringFunction · 0.68