MCPcopy 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
80static 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
87OpBase *NewSortOp
88(

Callers 1

SortConsumeFunction · 0.70

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected