Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ _handoff
Function
_handoff
src/execution_plan/ops/op_sort.c:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
static inline Record _handoff(OpSort *op) {
81
if(op->record_idx < array_len(op->buffer)) {
82
return op->buffer[op->record_idx++];
83
}
84
return NULL;
85
}
86
87
OpBase *NewSortOp
88
(
Callers
1
SortConsume
Function · 0.70
Calls
1
array_len
Function · 0.85
Tested by
no test coverage detected