MobilityDB
1.1
Transformation functions
temporal_append_tinstant
temporal_append_tsequence
temporal_insert
temporal_merge
temporal_merge_array
temporal_shift_tscale
temporal_step_to_linear
temporal_to_tcontseq
temporal_to_tdiscseq
temporal_to_tinstant
temporal_to_tsequenceset
temporal_tprecision
temporal_tsample
temporal_update
◆
temporal_shift_tscale()
Temporal
* temporal_shift_tscale
(
const
Temporal
*
temp
,
const
Interval
*
shift
,
const
Interval
*
duration
)
Return a temporal value shifted and/or scaled by the intervals.
Parameters
[in]
temp
Temporal
value
[in]
shift
Interval
for shift
[in]
duration
Interval
for scale
Precondition
The duration is greater than 0 if is not NULL
SQL Function:
shift, scale, shiftTscale
PyMEOS Function:
shift
Generated by
1.9.4