#include <postgres.h>
#include "general/temporal.h"
Go to the source code of this file.
|
Temporal * | tdwithin_tpoint_tpoint1 (const Temporal *sync1, const Temporal *sync2, Datum dist, bool atvalue, Datum value) |
|
int | tdwithin_tpointsegm_tpointsegm (Datum sv1, Datum ev1, Datum sv2, Datum ev2, TimestampTz lower, TimestampTz upper, double dist, bool hasz, datum_func3 func, TimestampTz *t1, TimestampTz *t2) |
| Return the timestamps at which EITHER the segments of the two temporal points OR a segment of a temporal point and a point are within the given distance. More...
|
|
Temporal * | tinterrel_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, bool tinter, bool atvalue, Datum value) |
|