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

Method MakeTargetEntry

src/backend/gpopt/gpdbwrappers.cpp:1441–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439}
1440
1441TargetEntry *
1442gpdb::MakeTargetEntry(Expr *expr, AttrNumber resno, char *resname, bool resjunk)
1443{
1444 GP_WRAP_START;
1445 {
1446 return makeTargetEntry(expr, resno, resname, resjunk);
1447 }
1448 GP_WRAP_END;
1449 return nullptr;
1450}
1451
1452Var *
1453gpdb::MakeVar(Index varno, AttrNumber varattno, Oid vartype, int32 vartypmod,

Callers

nothing calls this directly

Calls 1

makeTargetEntryFunction · 0.85

Tested by

no test coverage detected