Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ reduceCount
Function
reduceCount
src/execution_plan/optimizations/reduce_count.c:223–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
void reduceCount(ExecutionPlan *plan) {
224
// start by trying to identify node count pattern
225
// if unsuccessful try edge count pattern
226
if(!_reduceNodeCount(plan)) _reduceEdgeCount(plan);
227
}
228
Callers
1
optimizePlan
Function · 0.85
Calls
2
_reduceNodeCount
Function · 0.85
_reduceEdgeCount
Function · 0.85
Tested by
no test coverage detected