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

Function CartesianProductInit

src/execution_plan/ops/op_cartesian_product.c:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static OpResult CartesianProductInit(OpBase *opBase) {
68 CartesianProduct *op = (CartesianProduct *)opBase;
69 op->r = OpBase_CreateRecord((OpBase *)op);
70 return OP_OK;
71}
72
73static Record CartesianProductConsume(OpBase *opBase) {
74 CartesianProduct *op = (CartesianProduct *)opBase;

Callers

nothing calls this directly

Calls 1

OpBase_CreateRecordFunction · 0.85

Tested by

no test coverage detected