MCPcopy Create free account
hub / github.com/apache/cloudberry / FunctionNext

Function FunctionNext

src/backend/executor/nodeFunctionscan.c:314–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314static TupleTableSlot *
315FunctionNext(FunctionScanState *node)
316{
317 TupleTableSlot *result;
318
319 result = FunctionNext_guts(node);
320
321 if (TupIsNull(result) && !node->delayEagerFree)
322 ExecEagerFreeFunctionScan((FunctionScanState *) &node->ss.ps);
323
324 return result;
325}
326
327/*
328 * FunctionRecheck -- access method routine to recheck a tuple in EvalPlanQual

Callers

nothing calls this directly

Calls 2

FunctionNext_gutsFunction · 0.85

Tested by

no test coverage detected