![]() |
MobilityDB 1.3
|
Distance functions for temporal types. More...
Functions | |
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) |
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... | |
double | nad_tnumber_tnumber (const Temporal *temp1, const Temporal *temp2) |
Return the nearest approach distance between two temporal numbers. More... | |
Temporal * | tdistance_tnumber_number (const Temporal *temp, Datum value) |
Return the temporal distance between a temporal number and a number. More... | |
Distance functions for temporal types.