MobilityDB 1.1
Functions
meos_catalog.h File Reference
#include <postgres.h>
#include <meos.h>
#include "general/meos_catalog.h"
Include dependency graph for meos_catalog.h:
This graph shows which files directly or indirectly include this file:

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...