![]() |
MobilityDB 1.3
|
Transformation functions for temporal types. More...
Functions | |
Datum | Temporal_round (PG_FUNCTION_ARGS) |
Return a temporal value with the component values set to a number of decimal places @sqlfn round() More... | |
Datum | Temporal_scale_time (PG_FUNCTION_ARGS) |
Return a temporal value scaled by an interval @sqlfn scaleTime() More... | |
Datum | Temporal_set_interp (PG_FUNCTION_ARGS) |
Return a temporal value transformed to an interpolation @sqlfn setInterp() More... | |
Datum | Temporal_shift_scale_time (PG_FUNCTION_ARGS) |
Return a temporal value shifted and scaled by two intervals @sqlfn shiftScaleTime() More... | |
Datum | Temporal_shift_time (PG_FUNCTION_ARGS) |
Return a temporal value shifted by an interval @sqlfn shiftTime() More... | |
Datum | Temporal_to_tinstant (PG_FUNCTION_ARGS) |
Return a temporal value transformed to a temporal instant @sqlfn tintInst(), tfloatInst(), ... More... | |
Datum | Temporal_to_tsequence (PG_FUNCTION_ARGS) |
Return a temporal value transformed to a temporal sequence. More... | |
Datum | Temporal_to_tsequenceset (PG_FUNCTION_ARGS) |
Return a temporal value transformed to a temporal sequence set. More... | |
Datum | Temporal_unnest (PG_FUNCTION_ARGS) |
Return the list of values and associated span sets of a temporal value @sqlfn unnest() More... | |
Datum | Temporalarr_round (PG_FUNCTION_ARGS) |
Return an array of temporal floats with the precision of the values set to a number of decimal places @sqlfn asText() More... | |
Datum | Tnumber_scale_value (PG_FUNCTION_ARGS) |
Return a temporal value scaled by an interval @sqlfn scaleValue() More... | |
Datum | Tnumber_shift_scale_value (PG_FUNCTION_ARGS) |
Return a temporal value shifted and scaled by two intervals @sqlfn shiftScaleValue() More... | |
Datum | Tnumber_shift_value (PG_FUNCTION_ARGS) |
Return a temporal value shifted by an interval @sqlfn shiftValue() More... | |
Transformation functions for temporal types.