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

Function GppcAnyTableGetNextTuple

src/interfaces/gppc/gppc.c:1219–1223  ·  view source on GitHub ↗

* AnyTable_GetNextTuple */

Source from the content-addressed store, hash-verified

1217 * AnyTable_GetNextTuple
1218 */
1219GppcHeapTuple
1220GppcAnyTableGetNextTuple(GppcAnyTable t)
1221{
1222 return (GppcHeapTuple) AnyTable_GetNextTuple((AnyTable) t);
1223}
1224
1225/*
1226 * Common code for the describe function.

Callers 10

tablefunc_projectFunction · 0.85
project_spiFunction · 0.85
project_errorcallbackFunction · 0.85
mytransformFunction · 0.85
projectFunction · 0.85
userdata_projectFunction · 0.85
userdata_project2Function · 0.85
tablefunc_projectFunction · 0.85
project_spiFunction · 0.85
project_errorcallbackFunction · 0.85

Calls 1

AnyTable_GetNextTupleFunction · 0.85

Tested by 10

tablefunc_projectFunction · 0.68
project_spiFunction · 0.68
project_errorcallbackFunction · 0.68
mytransformFunction · 0.68
projectFunction · 0.68
userdata_projectFunction · 0.68
userdata_project2Function · 0.68
tablefunc_projectFunction · 0.68
project_spiFunction · 0.68
project_errorcallbackFunction · 0.68