|
MobilityDB 1.3
|
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... | |
| Oid | meosoper_oid (meosOper op, MeosType l, MeosType r) |
| Fetch from the cache the Oid of an operator. More... | |
| Oid | meostype_oid (MeosType type) |
| Functions for building a cache of type and operator Oids. More... | |
| meosOper | oid_meosoper (Oid operOid, MeosType *l, MeosType *r) |
| Fetch from the hash table the operator info. More... | |
| MeosType | oid_meostype (Oid typid) |
| Fetch from the cache the type number. More... | |
| bool | range_basetype (MeosType type) |
| Return true if the type is a base type of a built-in PostgreSQL range type. More... | |