MobilityDB 1.1
|
Go to the source code of this file.
Functions | |
meosOper | name_oper (const char *name) |
Fetch the operator number from its name. More... | |
meosOper | oid_oper (Oid operOid, meosType *ltype, meosType *rtype) |
Fetch from the hash table the operator info. More... | |
meosType | oid_type (Oid typid) |
Fetch from the cache the type number. More... | |
const char * | oper_name (meosOper oper) |
Return the string name from an operator number. More... | |
Oid | oper_oid (meosOper op, meosType lt, meosType rt) |
Fetch from the cache the Oid of an operator. More... | |
Oid | type_oid (meosType t) |
Functions for building a cache of type and operator Oids. More... | |