MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

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...
 
Temporaltdistance_tnumber_number (const Temporal *temp, Datum value)
 Return the temporal distance between a temporal number and a number. More...
 

Detailed Description

Distance functions for temporal types.