|
MobilityDB 1.1
|


Go to the source code of this file.
Macros | |
| #define | TYPMOD_DEL_SUBTYPE(typmod) (typmod = typmod >> 4 ) |
| Functions for temporal points. More... | |
| #define | TYPMOD_SET_SUBTYPE(typmod, subtype) ((typmod) = typmod << 4 | subtype) |
Functions | |
| GSERIALIZED * | gserialized_copy (const GSERIALIZED *g) |
| General functions for temporal points. More... | |
| Temporal * | tcomp_tpoint_point (const Temporal *temp, const GSERIALIZED *gs, Datum(*func)(Datum, Datum, meosType, meosType), bool invert) |
| Return the temporal comparison of a temporal point and a point. More... | |
| void | temporalgeom_init () |
| Set the handlers for initializing the liblwgeom library. More... | |