Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
497
uint64_t Graph_LabeledNodeCount
498
(
499
const Graph *g,
500
LabelID label
501
) {
502
return GraphStatistics_NodeCount(&g->stats, label);
503
}
504
505
size_t Graph_EdgeCount(const Graph *g) {
506
ASSERT(g);
Callers
3
reduce_scan_op
Function · 0.85
_reduceNodeCount
Function · 0.85
_optimizeLabelScan
Function · 0.85
Calls
1
GraphStatistics_NodeCount
Function · 0.85
Tested by
no test coverage detected