MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
meos_catalog.h File Reference
#include <postgres.h>
#include <meos.h>
#include "temporal/meos_catalog.h"

Go to the source code of this file.

Functions

meosType basetype_multirangetype (meosType type)
 Return the range type of a base type. More...
 
meosType basetype_rangetype (meosType type)
 Return the range type of a base type. More...
 
bool ensure_range_basetype (meosType type)
 Ensure that a type is a built-in PostgreSQL range type. 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...
 
Oid oper_oid (meosOper op, meosType lt, meosType rt)
 Fetch from the cache the Oid of an operator. More...
 
bool range_basetype (meosType type)
 Return true if the type is a base type of a built-in PostgreSQL range type. More...
 
Oid type_oid (meosType t)
 Functions for building a cache of type and operator Oids. More...