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

Function DataBlock_ItemCount

src/util/datablock/datablock.c:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104uint64_t DataBlock_ItemCount(const DataBlock *dataBlock) {
105 return dataBlock->itemCount;
106}
107
108DataBlockIterator *DataBlock_Scan(const DataBlock *dataBlock) {
109 ASSERT(dataBlock != NULL);

Callers 6

UndoLog_LengthFunction · 0.85
UndoLog_RollbackFunction · 0.85
ResultSet_RowCountFunction · 0.85
ResultSet_ReplyFunction · 0.85
ResultSet_FreeFunction · 0.85
DataBlock_GetReservedIdxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected