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

Function QueryCtx_SetResultSet

src/query_ctx.c:208–216  ·  view source on GitHub ↗

set the resultset

Source from the content-addressed store, hash-verified

206
207// set the resultset
208void QueryCtx_SetResultSet
209(
210 ResultSet *result_set
211) {
212 ASSERT(result_set != NULL);
213
214 QueryCtx *ctx = _QueryCtx_GetCreateCtx();
215 ctx->internal_exec_ctx.result_set = result_set;
216}
217
218// set the parameters map
219void QueryCtx_SetParams

Callers 1

_ExecuteQueryFunction · 0.85

Calls 1

_QueryCtx_GetCreateCtxFunction · 0.85

Tested by

no test coverage detected