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

Function _OpBase_StatsToString

src/execution_plan/ops/op.c:196–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196static void _OpBase_StatsToString
197(
198 const OpBase *op,
199 sds *buff
200) {
201 *buff = sdscatprintf(*buff,
202 " | Records produced: %d, Execution time: %f ms",
203 op->stats->profileRecordCount,
204 op->stats->profileExecTime);
205}
206
207void OpBase_ToString
208(

Callers 1

OpBase_ToStringFunction · 0.85

Calls 1

sdscatprintfFunction · 0.85

Tested by

no test coverage detected