Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ _ResetIterator
Function
_ResetIterator
src/execution_plan/ops/op_node_by_label_scan.c:151–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
static inline void _ResetIterator
152
(
153
NodeByLabelScan *op
154
) {
155
_ConstructIterator(op);
156
}
157
158
static Record NodeByLabelScanConsumeFromChild
159
(
Callers
2
NodeByLabelScanConsumeFromChild
Function · 0.85
NodeByLabelScanReset
Function · 0.85
Calls
1
_ConstructIterator
Function · 0.85
Tested by
no test coverage detected