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

Function Record_length

src/execution_plan/record.c:52–58  ·  view source on GitHub ↗

returns the number of entries held by record

Source from the content-addressed store, hash-verified

50
51// returns the number of entries held by record
52uint Record_length
53(
54 const Record r
55) {
56 ASSERT(r);
57 return raxSize(r->mapping);
58}
59
60bool Record_ContainsEntry
61(

Callers 10

Record_ContainsEntryFunction · 0.85
Record_CloneFunction · 0.85
Record_DeepCloneFunction · 0.85
Record_MergeFunction · 0.85
Record_TransferEntriesFunction · 0.85
Record_AddFunction · 0.85
Record_PersistScalarsFunction · 0.85
Record_ToStringFunction · 0.85
Record_FreeEntriesFunction · 0.85
AllPathsCtx_NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected