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

Function ExpandIntoToString

src/execution_plan/ops/op_expand_into.c:22–28  ·  view source on GitHub ↗

string representation of operation

Source from the content-addressed store, hash-verified

20
21// string representation of operation
22static inline void ExpandIntoToString
23(
24 const OpBase *ctx,
25 sds *buf
26) {
27 TraversalToString(ctx, buf, ((const OpExpandInto *)ctx)->ae);
28}
29
30// construct filter matrix F
31// F[i,j] = 1 if row the ith record ID(src) = j

Callers

nothing calls this directly

Calls 1

TraversalToStringFunction · 0.85

Tested by

no test coverage detected