meosType oid_type(Oid typid)
Fetch from the cache the type number.
Definition: meos_catalog.c:377
meosOper name_oper(const char *name)
Fetch the operator number from its name.
Definition: meos_catalog.c:397
meosOper oid_oper(Oid operOid, meosType *ltype, meosType *rtype)
Fetch from the hash table the operator info.
Definition: meos_catalog.c:441
Oid oper_oid(meosOper op, meosType lt, meosType rt)
Fetch from the cache the Oid of an operator.
Definition: meos_catalog.c:424
const char * oper_name(meosOper oper)
Return the string name from an operator number.
Definition: meos_catalog.c:412
unsigned int Oid
Definition: postgres_ext.h:31