42#include "general/temporal.h"
70#define TYPMOD_DEL_SUBTYPE(typmod) (typmod = typmod >> 4 )
71#define TYPMOD_SET_SUBTYPE(typmod, subtype) ((typmod) = typmod << 4 | subtype)
meosType
Enumeration that defines the built-in and temporal types used in MobilityDB.
Definition: meos_catalog.h:53
uintptr_t Datum
Definition: pg_ext_defs.in.h:4
Definition: postgis_ext_defs.in.h:139
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:136
void temporalgeom_init()
Set the handlers for initializing the liblwgeom library.
Definition: tpoint.c:96
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.
Definition: tpoint.c:124
GSERIALIZED * gserialized_copy(const GSERIALIZED *g)
General functions for temporal points.
Definition: tpoint.c:55