MCPcopy 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
223void 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

optimizePlanFunction · 0.85

Calls 2

_reduceNodeCountFunction · 0.85
_reduceEdgeCountFunction · 0.85

Tested by

no test coverage detected