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

Method LPrependOid

src/backend/gpopt/gpdbwrappers.cpp:1232–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232List *
1233gpdb::LPrependOid(Oid datum, List *list)
1234{
1235 GP_WRAP_START;
1236 {
1237 return lcons_oid(datum, list);
1238 }
1239 GP_WRAP_END;
1240 return NIL;
1241}
1242
1243List *
1244gpdb::ListConcat(List *list1, List *list2)

Callers

nothing calls this directly

Calls 1

lcons_oidFunction · 0.85

Tested by

no test coverage detected