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

Function Index_PendingChanges

src/index/index.c:344–351  ·  view source on GitHub ↗

returns number of pending changes

Source from the content-addressed store, hash-verified

342
343// returns number of pending changes
344int Index_PendingChanges
345(
346 const Index idx // index to inquery
347) {
348 ASSERT(idx != NULL);
349
350 return idx->pending_changes;
351}
352
353// disable index by increasing the number of pending changes
354// and re-creating the internal RediSearch index

Callers 2

_Index_PopulateNodeIndexFunction · 0.85
_Index_PopulateEdgeIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected