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

◆ tinstant_value_at_timestamptz()

bool tinstant_value_at_timestamptz ( const TInstant inst,
TimestampTz  t,
Datum result 
)

Return in the last argument a copy of the the value of a temporal instant at a timestamptz.

Parameters
[in]instTemporal instant
[in]tTimestamp
[out]resultResult
Note
Since the corresponding function for temporal sequences need to interpolate the value, it is necessary to return a copy of the value @csqlfn Temporal_value_at_timestamptz()