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

Function ExecTargetListLength

src/backend/executor/execUtils.c:1194–1199  ·  view source on GitHub ↗

* Number of items in a tlist (including any resjunk items!) */

Source from the content-addressed store, hash-verified

1192 * Number of items in a tlist (including any resjunk items!)
1193 */
1194int
1195ExecTargetListLength(List *targetlist)
1196{
1197 /* This used to be more complex, but fjoins are dead */
1198 return list_length(targetlist);
1199}
1200
1201/*
1202 * Number of items in a tlist, not including any resjunk items

Callers 1

ExecTypeFromTLInternalFunction · 0.85

Calls 1

list_lengthFunction · 0.85

Tested by

no test coverage detected