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

Method IsOpMergeJoinable

src/backend/gpopt/gpdbwrappers.cpp:1639–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639bool
1640gpdb::IsOpMergeJoinable(Oid opno, Oid inputtype)
1641{
1642 GP_WRAP_START;
1643 {
1644 /* catalog tables: pg_operator */
1645 return op_mergejoinable(opno, inputtype);
1646 }
1647 GP_WRAP_END;
1648 return false;
1649}
1650
1651bool
1652gpdb::IsOpStrict(Oid opno)

Callers

nothing calls this directly

Calls 1

op_mergejoinableFunction · 0.85

Tested by

no test coverage detected