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

Function QueryCtx_GetResultSet

src/query_ctx.c:299–303  ·  view source on GitHub ↗

retrive the resultset

Source from the content-addressed store, hash-verified

297
298// retrive the resultset
299ResultSet *QueryCtx_GetResultSet(void) {
300 QueryCtx *ctx = _QueryCtx_GetCtx();
301 ASSERT(ctx != NULL);
302 return ctx->internal_exec_ctx.result_set;
303}
304
305// retrive the resultset statistics
306ResultSetStatistics *QueryCtx_GetResultSetStatistics(void) {

Callers 9

GraphContext_DeleteIndexFunction · 0.85
ExecutionPlan_ExecuteFunction · 0.85
JoinInitFunction · 0.85
JoinConsumeFunction · 0.85
JoinResetFunction · 0.85
ResultsInitFunction · 0.85

Calls 1

_QueryCtx_GetCtxFunction · 0.85

Tested by

no test coverage detected