MobilityDB 1.1

◆ tdiscseq_value_at_timestamp()

bool tdiscseq_value_at_timestamp ( const TSequence seq,
TimestampTz  t,
Datum result 
)

Return the base value of a temporal discrete sequence at a timestamp.

Note
In order to be compatible with the corresponding functions for temporal sequences that need to interpolate the value, it is necessary to return a copy of the value
SQL Function:
valueAtTimestamp()