MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Argument_AddRecord

Function Argument_AddRecord

src/execution_plan/ops/op_argument.c:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Argument_AddRecord(Argument *arg, Record r) {
55 ASSERT(!arg->r && "tried to insert into a populated Argument op");
56 arg->r = r;
57}
58
59static inline OpBase *ArgumentClone(const ExecutionPlan *plan, const OpBase *opBase) {
60 ASSERT(opBase->type == OPType_ARGUMENT);

Callers 6

ApplyConsumeFunction · 0.85
_pullFromBranchStreamFunction · 0.85
_plant_records_ArgumentsFunction · 0.85
MergeConsumeFunction · 0.85
SemiApplyConsumeFunction · 0.85
AntiSemiApplyConsumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected