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

Function oprid

src/backend/parser/parse_oper.c:249–253  ·  view source on GitHub ↗

given operator tuple, return the operator OID */

Source from the content-addressed store, hash-verified

247
248/* given operator tuple, return the operator OID */
249Oid
250oprid(Operator op)
251{
252 return ((Form_pg_operator) GETSTRUCT(op))->oid;
253}
254
255/* given operator tuple, return the underlying function's OID */
256Oid

Callers 4

generate_operator_nameFunction · 0.85
compatible_oper_opidFunction · 0.85
make_opFunction · 0.85
make_scalar_array_opFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected