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

Transformation functions for box types. More...

Functions

Datum Tbox_expand_time (PG_FUNCTION_ARGS)
 Return a temporal box with the the time span expanded/shrinked by an interval @sqlfn expandTime() More...
 
Datum Tbox_expand_value (PG_FUNCTION_ARGS)
 Return a temporal box with the value span expanded by a value @sqlfn expandValue() More...
 
Datum Tbox_round (PG_FUNCTION_ARGS)
 Return a temporal box with the precision of the value span set to a number of decimal places @sqlfn round() More...
 
Datum Tbox_scale_time (PG_FUNCTION_ARGS)
 Return a temporal box with the time span scaled by an interval @sqlfn scaleTime() More...
 
Datum Tbox_scale_value (PG_FUNCTION_ARGS)
 Return a temporal box with the value span scaled by a value @sqlfn scaleValue() More...
 
Datum Tbox_shift_scale_time (PG_FUNCTION_ARGS)
 Return a temporal box with the time span shifted and scaled by two intervals @sqlfn shiftScaleTime() More...
 
Datum Tbox_shift_scale_value (PG_FUNCTION_ARGS)
 Return a temporal box with the value span shifted and scaled by two values @sqlfn scaleValue() More...
 
Datum Tbox_shift_time (PG_FUNCTION_ARGS)
 Return a temporal box with the time span shifted by a value @sqlfn shiftTime() More...
 
Datum Tbox_shift_value (PG_FUNCTION_ARGS)
 Return a temporal box with the value span shifted by a value @sqlfn shiftValue() More...
 

Detailed Description

Transformation functions for box types.