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

Function Graph_LabeledNodeCount

src/graph/graph.c:497–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497uint64_t Graph_LabeledNodeCount
498(
499 const Graph *g,
500 LabelID label
501) {
502 return GraphStatistics_NodeCount(&g->stats, label);
503}
504
505size_t Graph_EdgeCount(const Graph *g) {
506 ASSERT(g);

Callers 3

reduce_scan_opFunction · 0.85
_reduceNodeCountFunction · 0.85
_optimizeLabelScanFunction · 0.85

Calls 1

Tested by

no test coverage detected