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

Function set_sa_opfuncid

src/backend/nodes/nodeFuncs.c:1752–1757  ·  view source on GitHub ↗

* set_sa_opfuncid * As above, for ScalarArrayOpExpr nodes. */

Source from the content-addressed store, hash-verified

1750 * As above, for ScalarArrayOpExpr nodes.
1751 */
1752void
1753set_sa_opfuncid(ScalarArrayOpExpr *opexpr)
1754{
1755 if (opexpr->opfuncid == InvalidOid)
1756 opexpr->opfuncid = get_opcode(opexpr->opno);
1757}
1758
1759
1760/*

Callers 6

fix_opfuncids_walkerFunction · 0.85
check_functions_in_nodeFunction · 0.85
fix_expr_commonFunction · 0.85
cost_qual_eval_walkerFunction · 0.85
is_strict_saopFunction · 0.85

Calls 1

get_opcodeFunction · 0.85

Tested by

no test coverage detected