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

Function RG_MatrixTupleIter_attach

src/graph/rg_matrix/rg_matrix_iter.c:303–310  ·  view source on GitHub ↗

update iterator to scan given matrix

Source from the content-addressed store, hash-verified

301
302// update iterator to scan given matrix
303GrB_Info RG_MatrixTupleIter_attach
304(
305 RG_MatrixTupleIter *iter, // iterator to update
306 const RG_Matrix A // matrix to scan
307) {
308 return RG_MatrixTupleIter_AttachRange(iter, A, RG_ITER_MIN_ROW,
309 RG_ITER_MAX_ROW);
310}
311
312// update iterator to scan given matrix
313GrB_Info RG_MatrixTupleIter_AttachRange

Callers 11

RdbSaveEdges_v13Function · 0.85
_Index_PopulateNodeIndexFunction · 0.85
_Index_PopulateEdgeIndexFunction · 0.85
Graph_DeleteNodesFunction · 0.85
_traverseFunction · 0.85

Calls 1