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

Method MakeBoolConst

src/backend/gpopt/gpdbwrappers.cpp:1409–1418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407}
1408
1409Node *
1410gpdb::MakeBoolConst(bool value, bool isnull)
1411{
1412 GP_WRAP_START;
1413 {
1414 return makeBoolConst(value, isnull);
1415 }
1416 GP_WRAP_END;
1417 return nullptr;
1418}
1419
1420Node *
1421gpdb::MakeNULLConst(Oid type_oid)

Callers

nothing calls this directly

Calls 1

makeBoolConstFunction · 0.85

Tested by

no test coverage detected