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

Distance functions for temporal types. More...

Functions

Datum Distance_number_tnumber (PG_FUNCTION_ARGS)
 Return the temporal distance between a number and a temporal number @sqlfn tDistance() More...
 
Datum Distance_tnumber_number (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal number and a number @sqlfn tDistance() More...
 
Datum Distance_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal numbers @sqlfn tDistance() More...
 
Datum NAD_number_tnumber (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a number and a temporal number @sqlfn nearestApproachDistance() More...
 
Datum NAD_tbox_tbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal boxes @sqlfn nearestApproachDistance() More...
 
Datum NAD_tbox_tnumber (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal box and a temporal number @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnumber_number (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal number and a number @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnumber_tbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal number and a temporal box @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal numbers @sqlfn nearestApproachDistance() More...
 

Detailed Description

Distance functions for temporal types.