MobilityDB 1.1
Functions
tnumber_distance.h File Reference
#include "general/meos_catalog.h"
#include "general/temporal.h"
Include dependency graph for tnumber_distance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Temporaldistance_tnumber_number (const Temporal *temp, Datum value, meosType valuetype, meosType restype)
 Distance functions for temporal numbers. More...
 
Temporaldistance_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...