|
MobilityDB 1.1
|
#include "general/meos_catalog.h"#include "general/temporal.h"

Go to the source code of this file.
Functions | |
| Temporal * | distance_tnumber_number (const Temporal *temp, Datum value, meosType valuetype, meosType restype) |
| Distance functions for temporal numbers. More... | |
| Temporal * | distance_tnumber_tnumber1 (const Temporal *temp1, const Temporal *temp2, meosType restype) |
| Return the temporal distance between two temporal numbers. More... | |
| double | nad_tbox_tbox (const TBox *box1, const TBox *box2) |
| Return the nearest approach distance between the temporal boxes. More... | |
| double | nad_tnumber_number (const Temporal *temp, Datum value, meosType basetype) |
| Return the nearest approach distance between a temporal number and a number. More... | |
| double | nad_tnumber_tbox (const Temporal *temp, const TBox *box) |
| Return the nearest approach distance between a temporal number and a temporal box. More... | |
| Datum | number_distance (Datum l, Datum r, meosType typel, meosType typer) |
| Distance functions for temporal numbers. More... | |