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

Function DataBlockIterator_Reset

src/util/datablock/datablock_iterator.c:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void DataBlockIterator_Reset
71(
72 DataBlockIterator *iter
73) {
74 ASSERT(iter != NULL);
75 iter->_block_pos = 0;
76 iter->_current_pos = 0;
77 iter->_current_block = iter->_start_block;
78}
79
80void DataBlockIterator_Free
81(

Callers 3

AllNodeScanResetFunction · 0.85
test_dataBlockScanFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_dataBlockScanFunction · 0.68