MobilityDB 1.1

◆ tinstant_value_at_timestamp()

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

Return the base value of a temporal instant at a timestamp.

Note
Since the corresponding function for temporal sequences need to interpolate the value, it is necessary to return a copy of the value
SQL Function:
valueAtTimestamp()
PyMEOS Function:
TInstant.valueAtTimestamp()